Important notice since version 2020/10
From version 2020/10 on we recommend using the following syntax for getting a table view handle:
Recommended
// get handle to AppGini Table View // recommended syntax since version 2020/10 jQuery(document).ready(function() { var tv = AppGiniHelper.TV; // your code here });
Deprecated
// get handle to AppGini Table View // deprecated since version 2020/10 jQuery(document).ready(function() { var tv = new AppGiniTableView(); // your code here });
The deprecated syntax will still work, so you don't have to update your scripts. But we recommend using the new syntax instead.
Table View Features
Add text/html to title (Table View)
Add text or html to the default title of a Table View
Add Link (Table View)
Add a link to a different page to every row of table view including placeholder for primary key of each row