Posted by abacs on July 24, 2008 at 5:06am
| Project: | Ajax Table |
| Version: | 5.x-1.2 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | abacs |
| Status: | active |
Issue Summary
hi,
from http://www.mydomain.com/admin/help/ajaxtable_docs with copy/paste i created new ajaxtable.
the ID is other:
<?php
function ajaxtable_table_ajaxtable_test1($override='') {
ajaxtable_override($table,$override);
return $table;
}
print ajaxtable_render("ajaxtable_test1");
?>for start the table is populated with data, but when i want to search or sort i get no data.
in help page works the sort and search too.
any idea?