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 02c203a commit a0a9c5dCopy full SHA for a0a9c5d
docs/framework/vue/guide/table-state.md
@@ -114,7 +114,7 @@ const sorting = ref([{
114
id: 'age',
115
desc: true, //sort by age in descending order by default
116
}])
117
-const pagination = ref({ pageIndex: 0, pageSize: 15 }
+const pagination = ref({ pageIndex: 0, pageSize: 15 })
118
119
//Use our controlled state values to fetch data
120
const tableQuery = useQuery({
0 commit comments