Advanced Loading

For large tables, frontend table loading can be slow, as a large chunk of HTML code has to be loaded and parsed. The “Advanced Loading” module can make this faster by instead rendering the table from a more lightweight JSON data format.

This is ideal for tables that also use the extensive search and filter features in TablePress, like Column Filter Dropdowns, Fuzzy Search, or Inverted Filtering. Another alternative for loading very large tables faster is the Server-side Processing feature that shifts filtering and sorting from the browser to the server.

Feature description

This table, with 1,000 rows, is not loaded from HTML code but from JSON data and therefore initializes much faster. This “Advanced Loading” mechanism brings high speed and performance gains especially for large tables!

Last NameFirst NameBirthdayCompanyPhoneZIP codeCountryBalancePointsRating
BanksTravis05/04/1969Apple200-432464655Italy$61.1786.6
CainLawrence05/16/1994IBM701-310898004United States$54.8152.5
MiddletonDennis01/10/1992Google580-950180913Spain$24.8345.2
ValenzuelaLunea01/09/1966Cisco970-865551606Germany$74.0773.7
BurgessQuynn09/24/1988Mozilla430-894378965France$16.1382.9
LottLillith12/10/1978Dell587-228988178Australia$30.1217.9
FreemanCheyenne01/28/1981LG396-547314711Germany$49.8216.0
HoustonJorden05/03/1978Adobe970-118296036Canada$47.3121.5
HarrisMerritt12/29/1989Apple160-597725178United States$77.3360.1
GregoryBrynn01/13/1994Adobe663-603991558Spain$90.2498.2

Usage instructions

To use these features with your tables, activate the “Advanced Loading” feature module on the “Modules” screen of TablePress Max. Then, configure the desired options in the “Advanced Loading” section on the table’s “Edit” screen.

Configuration parameters

To configure this module’s features, you can also use these configuration parameters in the “TablePress Table” block, the Elementor widget, or in the Shortcode that you are using to embed the table:

ModuleSlugConfiguration parameterNameDescriptionTypeDefault value
Advanced Loadingdatatables-advanced-loadingdatatables_advanced_loadingAdvanced LoadingLoads the table data from a JavaScript array instead of from HTML code, when rendering it on the frontend.

This improves loading speed for bigger tables.
boolean (true or false)false
Advanced Loadingdatatables-advanced-loadingdatatables_advanced_loading_html_rowsAdvanced Loading HTML RowsThe number of rows that should be added as HTML code, in addition to the JavaScript array.

This serves as a fallback if JavaScript is disabled.
integer10