vuetable-2 icon indicating copy to clipboard operation
vuetable-2 copied to clipboard

VuetableFieldCheckbox not found on library

Open iamjodi opened this issue 3 years ago • 0 comments

Hi, i want to ask :

when use special field checkbox, the checkbox not show on interface.

fields: [ { name: '__checkbox', titleClass: 'center aligned form-control-custom', dataClass: 'center aligned form-control-custom' }

image

but the checkbox not show.

Then i found reference from https://codesandbox.io/s/wq540wrrnw

it call : import VuetableFieldCheckbox from "vuetable-2/src/components/VuetableFieldCheckbox.vue";

when i check in node_modules. VuetableFieldCheckbox.vue not exist in components.

Is there any solution to checkbox?

Thank you

iamjodi avatar Mar 26 '21 08:03 iamjodi