mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 20:11:16 +00:00
Don't trigger row select event on first column (fixes #791)
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
{ 'searchable': false, "targets": 0 },
|
||||
{ 'orderData': 2, 'targets': 1 }
|
||||
],
|
||||
'select': 'single',
|
||||
select: {
|
||||
style: 'single',
|
||||
selector: 'tr td:not(:first-child)'
|
||||
},
|
||||
'initComplete': function()
|
||||
{
|
||||
this.api().row({ order: 'current' }, 0).select();
|
||||
|
Reference in New Issue
Block a user