mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
FIX trigger change even on (un)select all
This commit is contained in:
parent
e41282b3d2
commit
c25dcbfdea
@ -89,7 +89,8 @@
|
|||||||
var state = $(this).prop('checked');
|
var state = $(this).prop('checked');
|
||||||
$(this).parents('.ss-gridfield-table')
|
$(this).parents('.ss-gridfield-table')
|
||||||
.find('td.col-bulkSelect input')
|
.find('td.col-bulkSelect input')
|
||||||
.prop('checked', state);
|
.prop('checked', state)
|
||||||
|
.trigger('change');
|
||||||
},
|
},
|
||||||
getSelectRecordsID: function()
|
getSelectRecordsID: function()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user