Set the number of displayed rows

Please, perhaps in a table display setting, could we get a setting for the number of rows displayed?

I know there are some hacky workarounds, but they fail e.g. with filter bar. A straightforward limit (eventhough possibly formulaic, because… for example the user might want to set it using the slider or so) would be the best solution.

You can do that using a slider or a control. Simply use thisTable(Find(thisRow)) in the table to give each row a visual index first.

Then you can have a dynamic filter that based on the slider value/select value (max value can be the count of rows in main table) you will see only these rows that pass the filter.

1 Like