posted 20 years ago
Hi,
I have a table, which is to be made sortable. When the user clicks on first column header it should sort on the first column i.e. Order by first column
, and then under the first column data, order the data in second column......and so on. User can click on any of the columns so the order by will also change accordingly.
as an example.
if the columns available are:
Project name, Employee name.
If there are two projects which starts from letter 'k', then after sorting on projects column, it should sort on employee name column for those two projects.
Is it possible to do this with javascript.
Could somebody provide me with good links?