Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions data/datatable/paging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ DataTable supports paging over the items in the data source. You enable and conf

<img src="datatable/paging.png"></img>

Paging doesn't depend on the way you load data into DataTable: static or dynamic, external data file or database table.
Datatable can display direction controls (that provide forward and backward navigation) as well as numeric controls that allow a user to move to a specific page.
Paging doesn't depend on the way you load data into DataTable: static or dynamic, external data file or database table. In the most common case of data being dynamically loaded from a URL, Webix will make requests to that URL with [extra query parameters](desktop__plain_dynamic_loading.html) specifying which records to load.


Generally, you should just specify parameter [pager](api/link/ui.datatable_pager_config.md) with the required attributes.
Datatable can display direction controls (that provide forward and backward navigation) as well as numeric controls that allow the user to move to a specific page. Generally, you should just specify parameter [pager](api/link/ui.datatable_pager_config.md) with the required attributes.

{{snippet
Basic pager configuration
Expand Down Expand Up @@ -200,4 +198,4 @@ grid.getPager().clone({
paging, big dataset

@seolinktop: [web development library](https://webix.com)
@seolink: [datagrid javascript](https://webix.com/widget/datatable/)
@seolink: [datagrid javascript](https://webix.com/widget/datatable/)