Is that possible to create a table with DB, able to do one click sorting ...
for example :
The page with ton of Data like excel (column), when user click the column it able to sort it automatically ?
thanks me noob![]()
Is that possible to create a table with DB, able to do one click sorting ...
for example :
The page with ton of Data like excel (column), when user click the column it able to sort it automatically ?
thanks me noob![]()
SonnyCooL (30 May, 2010)
Do you mean something like this :
jQuery plugin: Tablesorter 2.0
Sort your HTML Tables with AJAX & JavaScript
If your data is already in a DB table then the order you pull them out in simply depends on your SQL query... specifically, the ORDER BY clause that you include in your SQL query.
Bookmarks