We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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' }
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
}
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
The text was updated successfully, but these errors were encountered: