mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 21:36:44 +08:00
Prevent experiment row selection on status click [SCI-12219]
This commit is contained in:
parent
6b20fafd0c
commit
30cf08a666
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ export default {
|
||||||
cellRendererParams: {
|
cellRendererParams: {
|
||||||
statusesList: this.statusesList
|
statusesList: this.statusesList
|
||||||
},
|
},
|
||||||
|
notSelectable: true,
|
||||||
minWidth: 180
|
minWidth: 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue