Loading src/Playground.vue +0 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,6 @@ const tableColumns: ITableColumn[] = [ { name: 'Name', type: 'text', sortable: true, }, { name: 'Age', Loading src/stories/components/Table/Table.stories.ts +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ export const Full: Story = { value: 'Football', }, { value: 'Canada', value: 'Canadaaaaaaaaaaaa', }, ], [ Loading src/stories/components/Table/Table.vue +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ const isRegisterSensitive = ref<boolean>(false); watch(props.columns, () => (columns.value = props.columns)); const initGap = computed(() => calcGap(props.gap ?? '0px', props.fontSize)); const initGap = computed(() => calcGap(props.gap ?? '5px', props.fontSize)); const additionalHeightFromSize = computed(() => calcAdditionalHeight(props.size, props.fontSize)); const themeColor = computed(() => convertThemeToColor(props.theme, props.darknessTheme)); const color = computed(() => Loading Loading
src/Playground.vue +0 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,6 @@ const tableColumns: ITableColumn[] = [ { name: 'Name', type: 'text', sortable: true, }, { name: 'Age', Loading
src/stories/components/Table/Table.stories.ts +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ export const Full: Story = { value: 'Football', }, { value: 'Canada', value: 'Canadaaaaaaaaaaaa', }, ], [ Loading
src/stories/components/Table/Table.vue +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ const isRegisterSensitive = ref<boolean>(false); watch(props.columns, () => (columns.value = props.columns)); const initGap = computed(() => calcGap(props.gap ?? '0px', props.fontSize)); const initGap = computed(() => calcGap(props.gap ?? '5px', props.fontSize)); const additionalHeightFromSize = computed(() => calcAdditionalHeight(props.size, props.fontSize)); const themeColor = computed(() => convertThemeToColor(props.theme, props.darknessTheme)); const color = computed(() => Loading