Skip to content

Commit 11f5ce2

Browse files
committed
Update README
1 parent 3a06651 commit 11f5ce2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)