Added default table type prop to table-bordererd in component.js (#3161)

* added default table type prop to table-bordererd in component.js

* shifted back  to previous logic
This commit is contained in:
Manish Kushare 2022-06-01 06:36:34 +05:30 committed by GitHub
parent fcf5ee4093
commit cacce68713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ export const componentTypes = [
type: 'select',
displayName: 'Table type',
options: [
{ name: 'Bordered', value: '' },
{ name: 'Bordered', value: 'table-bordered' },
{ name: 'Borderless', value: 'table-borderless' },
{ name: 'Classic', value: 'table-classic' },
{ name: 'Striped', value: 'table-striped' },
@ -106,6 +106,7 @@ export const componentTypes = [
disabledState: { value: '{{false}}' },
cellSize: { value: 'compact' },
borderRadius: { value: '0' },
tableType: { value: 'table-bordered' },
},
},
},