General
-
Add multi-row selections for multiple deletes
This would be a good feature for deleting multiple rows
1 vote -
There is a small bug...when editing table data
The jquery version has little bug in that line var json = $.parseJSON(response); in TableGear1.6-jQuery.js is not receiving json data. data is almost right, but "affected":1 is not json. The 1 needs to be in quotes too for it to be valid json. It is however valid js. I have php 5.3.
1 vote -
4 votes
-
Allow Custom Queries to Update the Table
Currently custom queries can be used to display or limit data in the database. However when using a custom query with the fetchDataArray method, the table loses the ability to be updated. This is needed to allow for very powerful tables with complex queries.
0 votes