diff --git a/docs/app/components/content/examples/table/TablePaginationExample.vue b/docs/app/components/content/examples/table/TablePaginationExample.vue index b6fa1a10a9..fbc49663e9 100644 --- a/docs/app/components/content/examples/table/TablePaginationExample.vue +++ b/docs/app/components/content/examples/table/TablePaginationExample.vue @@ -147,13 +147,24 @@ const pagination = ref({ pageIndex: 0, pageSize: 5 }) + +const globalFilter = ref('')