t, Ken
Cc: [EMAIL PROTECTED]; php-general@lists.php.net
Subject: Re: [PHP] RE: [PHP-WIN] Dynamic HTML table sort with PHP
Hello,
Why not you use the javascript to sort any column on client side.
http://www.kryogenix.org/code/browser/sorttable/
1. include the js file in your page
2. give your ta
Shafiq Rehman wrote:
Hello,
Why not you use the javascript to sort any column on client side.
Because that might not sort all of the data.
If you only show 20 records per page, then that will only sort those 20
records (ie the records inside that page), it won't sort the other 1,000
records
Hello,
Why not you use the javascript to sort any column on client side.
http://www.kryogenix.org/code/browser/sorttable/
1. include the js file in your page
2. give your table an id
3. put your table in the class the code looks for.
That's it. Sortable clientside tables! Example:
http://pkf
3 matches
Mail list logo