Active
Project:
Ajax Table
Version:
5.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jul 2008 at 05:06 UTC
Updated:
24 Jul 2008 at 05:06 UTC
hi,
from http://www.mydomain.com/admin/help/ajaxtable_docs with copy/paste i created new ajaxtable.
the ID is other:
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?