Closed vimal28 closed 13 years ago
Do you have an example page or sample code I can see?
<?php include('include.php'); include('config.php'); require_once ('pagination.php'); session_start();
?>
Remove the comma at the end of:
'stripeRows': ['odd', 'even'],
And it should work
Rik
thx dr, its really working... thx a lot
Excellent, any object with a trailing comma will not work in IE6 and 7, so just watch out for them :)
Rik
hello again... i'm not too good in web development.. actually the odd even coloring.. how i can implement it without the use of filtering.. And i need to do a conditional formatting if ever its a negative number.. can u plz tell me how to do it
Hello once again.. Actually while filtering, i can see the table going up, and hiding all my fields which are above the textbox for filtering... Why is that dr??
ok no prb, i've got it... had to put the id on script. $('input#id_search').quicksearch('table#table_example tbody tr', {
slip that.. thx man........
Hello, i've implemented the search, all going good in firebox but is not working on internet explorer 7.0