Package com.flowable.platform.service.query.datatable
package com.flowable.platform.service.query.datatable
-
ClassDescriptionA backend representation of the data that is used by the datatable component in Flowable.A backend representation of the data that is used by the datatable component in Flowable.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.