RE: [PHP] RE: [PHP-WIN] Dynamic HTML table sort with PHP

2006-07-10 Thread Vandegrift, Ken
: [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 table

Re: [PHP] RE: [PHP-WIN] Dynamic HTML table sort with PHP

2006-07-09 Thread Shafiq Rehman
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:

Re: [PHP] RE: [PHP-WIN] Dynamic HTML table sort with PHP

2006-07-09 Thread Chris
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