How to sort alpha-numeric in jQuery DataTables -
i wondering if there build in solution in jquery.datatables sort alpha numeric value (wrapped in html).
in case rendering data (and how "sorted"):
- a1
- b5
- p10
- p11
- p12
- p1
- p2
- p3
- p4
instead of weird "sort" looking solution sort this:
- a1
- b5
- p1
- p2
- p3
- p4
- p10
- p11
- p12
i've tried num , natural sorting stype html (because wrapped in <a />
)
Comments
Post a Comment