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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -