File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,12 @@ import { TVTable } from '@bitthecat/tailwind-vue-data-table'
4040
4141| Props | Default | Description |
4242| --- | --- | --- |
43+ | currentPage | 1 | current displayed page (used by the paginator) |
44+ | totalRows | 0 | total number of rows (used by the paginator) |
45+ | perPage | 15 | number of rows displayed for page (used by the paginator) |
46+ | hidePagination | false | enables for hide paginator |
4347| multipleSortable | false | enables multiple sortable for table header |
48+
4449### Slots
4550
4651| Props | Description |
@@ -73,6 +78,7 @@ data retrieves the field value
7378| Event | Description |
7479| --- | --- |
7580| updateSortable | emit the sortable field/fields |
81+ | changePage | emit the page change |
7682
7783<hr >
7884
You can’t perform that action at this time.
0 commit comments