Currently, In-line-data does not support filtering, sorting, or pagination. Is this an intentionally unsupported feature (1), or is it a feature that has not yet been implemented (2)?
Option 1:
The bottombar and the topbar should be disabled by default.
Option 2:
Is there a related feature request?
In the documented JSON configuration, I couldn’t find the parameter to disable livedata pagination (which is buggy for In-line Data). Does this parameter not exist, or is it just not documented?:
// Configure the pagination display.
"pagination": {
// The maximum number of page links to display in the pagination.
"maxShownPages": 10,
"pageSizes": [15, 25, 50, 100],
"showEntryRange": true,
"showNextPrevious": true,
"showFirstLast": false,
"showPageSizeDropdown": false
},
I updated the warning-box in the In-line Data section under Live Data Macro to cover this questions and offer a workaround. I hope this helps