cmskit / template-table
Template to view entries as a sortable table
dev-master
2014-12-26 13:18 UTC
Requires
- php: >=5.3.3
- cmskit/jquery-ui: dev-master
- cmskit/package-installer: 1.0.*@dev
This package is not auto-updated.
Last update: 2025-03-29 19:24:05 UTC
README
Installation path: backend/templates/table
Description
attention: alpha status
This -partly generalized- template shows entries as a searchable, sortable, paginated table allowing a faster access than the default template. Connected entries are loaded as expandable sub-table (of course also sortable).
This template does not show generic fields because of their nature (every entry can have a different structure witch dosen't fit into a "table").
It is based on (and needs to run) the jQuery-Plugin jTable http://www.jtable.org
ToDo:
- add filter for updateContent
- cut long lines (text-areas) and replace other -non-textual content
- Documentation
- more inline-documentation
- fix som css-glitches
- make the detail-view not using the default-template
Installation
manual Installation
- download and extract this Folder (grid) into backend/templates/
- download jquerytable and unzip it into the sub-folder "jquerytable"