FEATURES

  1. Add, edit, copy, delete, view and export table records.
  2. Set permissions for each column or for whole table by using a letter scheme
    (i.e. A - Add, E - Edit, V - View etc).
  3. Join on multiple tables and maintain search functionality.
  4. Concat columns from a joined table and display them as one (other mysql functions can be used besides CONCAT).
  5. Apply mysql functions on joined or regular columns (such as the DATE_FORMAT function), and maintain search functionality.
  6. Apply mysql functions (such as the PASSWORD function) to user values on edit and add screens.
  7. Order by any column.
  8. Quick search with highlighting.
  9. Advanced search with the following options:
    Contains, Does Not Contain, Matches Exactly, Does Not Match Exactly, Greater Than, Less Than, Greater Than Or Equal To and Less Than Or Equal To.
  10. Toggle between quick and advanced searches.
  11. Display add, edit, copy and view actions with icons or buttons.
  12. Add your own user defined icons.
  13. Add your own user defined buttons.
  14. Add your own user defined actions that will be called when a user defined icon or button is clicked.
  15. Display table with checkboxes to apply an action to multiple rows.
  16. Set row color for even and odd rows.
  17. Works with both PHP4 and PHP5.
  18. Customize table look and feel by editing the css file.
  19. Integrates with javascript calendar for easy date choosing.
  20. Default values for columns can be set.
  21. Fields can easily be hidden on add or edit screens.
  22. Easily create a drop down list from an array or a query.
  23. Callback functions can be called for manipulating data as it is displayed.
  24. Callback functions can be called after add, edit, copy and delete.
  25. Callback functions can be called for custom input formatting.
  26. Callback functions can be called to modify html on add, edit, view and table screens.
  27. Set html attributes hash for edit and add inputs.
  28. Supports paging.
  29. Number of results per page can be set by you or the user.
  30. Add data filters to each column to limit what rows are displayed.
  31. Custom validation callback functions can be added.
  32. Easily make fields required.
  33. Copy or delete multiple rows at once.
  34. History buttons for back and forward navigation.
  35. Customize titles for each screen.
  36. And much more.