diff --git a/panel/src/components/Layout/Table.vue b/panel/src/components/Layout/Table.vue index 3dfe76b4e3..46d569bc88 100644 --- a/panel/src/components/Layout/Table.vue +++ b/panel/src/components/Layout/Table.vue @@ -74,6 +74,8 @@ :class="{ 'k-table-sortable-row': rowIsSortable(row) }" + :data-selectable="rowIsSelectable(row)" + :data-sortable="rowIsSortable(row)" >