We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5da0f commit 791e898Copy full SHA for 791e898
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bitthecat/tailwind-vue-data-table",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"keywords": [
5
"tailwindcss",
6
"vue",
src/components/TVTable.vue
@@ -91,6 +91,10 @@ const props = defineProps({
91
type: Array,
92
default: () => []
93
},
94
+ currentPage: {
95
+ type: Number,
96
+ default: 1
97
+ },
98
totalRows: {
99
type: Number,
100
default: 0
0 commit comments