data-table-bundle icon indicating copy to clipboard operation
data-table-bundle copied to clipboard

Add Asynchronous Data Table Loading

Open alexandre-castelain opened this issue 5 months ago • 0 comments

Description

This merge request introduces the async option for data tables, allowing their content to be loaded asynchronously via a backend call instead of being rendered immediately. This is particularly beneficial for slow data sources or pages with multiple tables.

  • With async enabled, table data loads only when needed, and not if the table is outside the user's viewport.
  • Improves performance for heavy or multiple tables.

alexandre-castelain avatar Aug 21 '25 13:08 alexandre-castelain