domain: client
language: javascript
class Item class
The paginate
attribute determines the behavior of a table created by the
create_table
method
When paginate
is set to true
, a paginator is created, and the table
calculates the number of the rows displayed, based on its height. The table will
internally manipulate the
limit
and offset
parameters of the
open
method, depending on its height and current page, reopening the dataset when
page changes.
If paginate
value is false
, the table will displays all available
records of the dataset.