Uses of Class
com.flowable.platform.service.query.datatable.AbstractDataTableData
Packages that use AbstractDataTableData
-
Uses of AbstractDataTableData in com.flowable.platform.service.query.datatable
Subclasses of AbstractDataTableData in com.flowable.platform.service.query.datatableModifier and TypeClassDescriptionclass
A backend representation of the data that is used by the datatable component in Flowable.class
The Elasticsearch API's have a way of supporting paging for infinite scrolling tables using the "search_after" parameter: https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after This implementation will pass the searchAfter parameter, which needs to be provided on subsequent queries.