Skip to content

Commit

Permalink
docs(VDataTable): request pages from your backend
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe authored Jul 31, 2019
1 parent 1565a8e commit 361658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/lang/en/components/DataTables.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"server": {
"header": "### Paginate and sort server-side",
"desc": "If you're loading data already paginated and sorted from a backend, you can use the `server-items-length` prop. Defining this prop will disable the built-in sorting and pagination, and you will instead need to use the available events (`update:page`, `update:sortBy`, `update:options`, etc) to know when to request new pages from you backend. Use the `loading` prop to display a progress bar while fetching data."
"desc": "If you're loading data already paginated and sorted from a backend, you can use the `server-items-length` prop. Defining this prop will disable the built-in sorting and pagination, and you will instead need to use the available events (`update:page`, `update:sortBy`, `update:options`, etc) to know when to request new pages from your backend. Use the `loading` prop to display a progress bar while fetching data."
},
"headerless": {
"header": "### Remove default header and footer",
Expand Down

0 comments on commit 361658e

Please sign in to comment.