Skip to content

Hide TableView on load

1
2
3
4
5
6
7
8
// file: hooks/TABLENAME-tv.js
TilesViewAutoHideTableView = true;

jQuery(document).ready(function() {

    // your code here

});

When the variable TilesViewAutoHideTableView is set to true, the TableView is initially hidden during page-loading, a loading image appears.

After the page has been completely loaded (including the TilesView view), the content is shown again.