1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

using preventSelectRow property

This commit is contained in:
Mel O'Hagan 2022-06-07 15:19:48 +01:00
parent 6dbd7d3785
commit bc6cca2cf2

View file

@ -370,12 +370,8 @@
class:spectrum-Table-cell--divider={!!schema[field].divider}
style={cellStyles[field]}
on:click={() => {
if (!field.startsWith("custom-")) {
if (!schema[field]?.preventSelectRow) {
dispatch("click", row)
}
}}
on:click={() => {
if (!field.startsWith("custom-")) {
toggleSelectRow(row)
}
}}