Changelog¶
Release 2023/02/18¶
FIX
Show pagination buttons below TilesView
< Previous 1 |▼ Next >NEW
Diplay number of records below TilesView similar to footer of TableView
NEW
Highlight button of selected View (TilesView / TableView)- TilesView mode
-
TableView mode
-
IMP
Slightly modified positions of tv-toolbar buttons for better usability IMP
Hide additional TableView buttons (less, more, toggle columns) in TilesView-modeNEW
Loading-indicator to indicate work in progress if variableTilesViewAutoHideTableView
is set totrue
IMP
Added ability to hide TableView on load to avoid flickering
TilesViewAutoHideTableView = true;
Release 2023/02/17¶
NEW
Reload TilesView if you have dynamically reloaded (updated) the TableView by Javascript. Requires accessible variable.
tiles_view.reload()
Release 2023/01/09¶
FIX
Minor bugfixes and improvements
2022/12¶
NEW
Initial Release
Introduction to TilesView Javascript Library