summaryrefslogtreecommitdiffstats
path: root/lib/db-viewtable-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Add server-side pagination and filtering to viewtable action using ↵Ted Trask2015-09-071-67/+136
| | | | | | jquery-tablesorter Note that filtering fails for non-character columns and have seen some table entries cause failures
* Change HTML views to display connection if there was a connection errorv0.1.0Ted Trask2014-11-041-1/+1
|
* Update viewtable to handle null keyfieldTed Trask2014-11-031-1/+7
|
* Add support for NULL and DEFAULT values in viewtable, create/update/delete ↵Ted Trask2014-11-031-1/+7
| | | | tableentry
* Hide the update option in viewtable HTML view if all fields are key fieldsTed Trask2014-10-301-2/+13
|
* Move the lib files into a subdirectory in preparation for creating a generic ↵Ted Trask2014-10-281-0/+111
controller/model