-3

I need sort table by clicking on headers. I can use only native js.

<table>
 <tr>
  <th>First Name</th>
  <th>Date of Birth</th>
  <th>Salary</th>
 </tr>

First Name (John) - sort text. Date (23 Jul 1984) - sort date. Salary ($69000) - sort number.

2 Answers2

0

What you want to say with native js ? .. not pluggins ? you can check posted in question Sort a table fast by its first column with Javascript or jQuery

Fiddle [http://jsfiddle.net/qNwDe/][1]

Community
  • 1
  • 1
danywalls
  • 709
  • 1
  • 10
  • 27
0

You Can try DataTables . It can sort based on the Tables header, and has other options too, checkout the examples in the site.

shabeer90
  • 5,161
  • 4
  • 47
  • 65