You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm looking to add server-side pagination for Custom Visualization widgets in Reveal BI. Currently, it's challenging to manage large datasets effectively without built-in pagination options, particularly when dealing with Grid type visualizations, which are rendered as HTML tables.
I propose adding server-side pagination support for Custom Visualization widgets. Specifically:
Add a chartType to specify the visualization type:
Is your feature request related to a problem? Please describe.
I'm looking to add server-side pagination for Custom Visualization widgets in Reveal BI. Currently, it's challenging to manage large datasets effectively without built-in pagination options, particularly when dealing with
Grid
type visualizations, which are rendered as HTML tables.I propose adding server-side pagination support for Custom Visualization widgets. Specifically:
chartType
to specify the visualization type:When
chartType
is set toGrid
, additional settings should appear in thewidget Settings
:Show Paged Row
(boolean)Paged Rows Size
(number)If the above configuration is present, reuse the existing pagination flow as found in
GridVisualizationDataSpecType
.Additional
nice-to-have
functionalityThe ability to customize the pagination UI component.
The ability to define Custom Widget Settings Parameters, based on chartType:
Grid
orother types
.This feature would enhance flexibility and improve usability when working with large datasets in Custom Visualization widgets.
Thank you for considering this feature request!
The text was updated successfully, but these errors were encountered: