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 7bd5004 commit 9227baeCopy full SHA for 9227bae
app/pages/customers.vue
@@ -254,8 +254,8 @@ const pagination = ref({
254
:items="
255
table?.tableApi
256
?.getAllColumns()
257
- .filter((column) => column.getCanHide())
258
- .map((column) => ({
+ .filter((column: any) => column.getCanHide())
+ .map((column: any) => ({
259
label: upperFirst(column.id),
260
type: 'checkbox' as const,
261
checked: column.getIsVisible(),
0 commit comments