mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Select All only select in its own GridField
This commit is contained in:
parent
004146e96d
commit
e4f954583e
@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
onclick: function(){
|
onclick: function(){
|
||||||
var state = $(this).prop('checked');
|
var state = $(this).prop('checked');
|
||||||
$('td.col-bulkSelect input').each(function(){$(this).prop('checked', state);});
|
$(this).parents('.ss-gridfield-table').find('td.col-bulkSelect input').each(function(){$(this).prop('checked', state);});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user