Refactor "departments by vendor" grid to use newer-style

This commit is contained in:
Lance Edgar 2017-07-06 14:34:35 -05:00
parent 3b97757d7f
commit 0befc46070
3 changed files with 48 additions and 32 deletions

View file

@ -325,6 +325,7 @@ $(function() {
});
/*
* TODO: this should be deprecated; for old grids only?
* Add "check all" functionality to tables with checkboxes.
*/
$('body').on('click', '.grid thead th.checkbox input[type="checkbox"]', function() {