using preventSelectRow property
This commit is contained in:
parent
6dbd7d3785
commit
bc6cca2cf2
|
@ -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)
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue