Releases: michaelgsmith/datatables-xpages
Releases · michaelgsmith/datatables-xpages
2021-01-24b
- Hot fix to correct issue #10
2021-01-24a
- Fixed 'footerCallback custom control property missing' bug (issue #5 ).
- Added ability to handle values for icon columns to allow or sorting and filtering (Issue #6 ).
- Added ability to define individual columns in the View Definitions sortable/unsortable (Issue #7 ).
- Added clone button to View Definitions (Issue #8 ).
- Fixed hardcoded database field value in createDefaultViewDef() function (Issue #9 ).
- UI and UX tweaks to the adminConfig XPage to make interaction more intuitive and user-friendly.
- Updated database settings to use the XPage run-time error page.
2020-11-17
- Improved the setup and configuration process to make it more intuitive, including adding an option to create the default (view-definitions) View Definition automatically
- Fixed and improved category/sub-category creation and expansion/collapse
- Cleaned up the View Definition UI
- Added additional client sorting fields in the View Definition
- Fixed totals options including totaling up for each category/subcategory and showing totals in the footer
- Added ability to total # of rows or total the values for a column in each row
- Added a category renderer option to the View Definition
- Added a footer callback option
- Reduced expression language evaluations on ccRestView
- Added a stats component to the View object