Fixed #4307 - Column: colspan only applied to thead>tr>td but should be applied to tbody>tr>td

pull/4343/head
Tuğçe Küçükoğlu 2023-08-22 12:36:16 +03:00
parent 938fc31af4
commit d9b4cbfecc
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
v-else
:style="containerStyle"
:class="containerClass"
:colspan="columnProp('colspan')"
:rowspan="columnProp('rowspan')"
@click="onClick"
@keydown="onKeyDown"
role="cell"