Skip to content

Commit

Permalink
feat(plugins): remove jQuery from CheckboxSelectColumn plugins (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 8, 2023
1 parent cabf4ee commit 5563234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/example-checkbox-row-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ <h2>View Source:</h2>
var rtn = args.grid.getActiveCell();
var x = args.rows;
});

document.querySelector("#selectRow5").addEventListener('click', function() {
var rowIndex = 5; // use row 5 for this example
var selectedRowsIndexes = grid.getSelectedRows();
Expand Down

0 comments on commit 5563234

Please sign in to comment.