Copilot AI review requested due to automatic review settings
August 26, 2025 06:26Comment on lines +493 to +499
| <td :colspan="tableApi.getAllLeafColumns().length" :class="ui.loading({ class: props.ui?.loading })"> | ||
| <slot name="loading" /> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr v-else> | ||
| <td :colspan="columns?.length" :class="ui.empty({ class: props.ui?.empty })"> | ||
| <td :colspan="tableApi.getAllLeafColumns().length" :class="ui.empty({ class: props.ui?.empty })"> |
Comment on lines +493 to +499
| <td :colspan="tableApi.getAllLeafColumns().length" :class="ui.loading({ class: props.ui?.loading })"> | ||
| <slot name="loading" /> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr v-else> | ||
| <td :colspan="columns?.length" :class="ui.empty({ class: props.ui?.empty })"> | ||
| <td :colspan="tableApi.getAllLeafColumns().length" :class="ui.empty({ class: props.ui?.empty })"> |
benjamincanac
changed the title
fix(Table):
fix(Table): ensure colspan issue with grouped columnscolspan calc for loading and empty states