mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4307 - Column: colspan only applied to thead>tr>td but should be applied to tbody>tr>td
This commit is contained in:
parent
938fc31af4
commit
d9b4cbfecc
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
v-else
|
||||
:style="containerStyle"
|
||||
:class="containerClass"
|
||||
:colspan="columnProp('colspan')"
|
||||
:rowspan="columnProp('rowspan')"
|
||||
@click="onClick"
|
||||
@keydown="onKeyDown"
|
||||
role="cell"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue