Skip to content

Commit

Permalink
GRID-115 on v0.1 branch: edge case no rows selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Eiten committed Jan 29, 2016
1 parent fe2e93e commit a3f0f5f
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 38 deletions.
2 changes: 1 addition & 1 deletion examples/bclys/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@

function setSelectionPropFromCheckbox(ctrl) {
jsonGrid.getSelectionModel().clear();
jsonGrid.getBehavior().getDataModel().getComponent().clearRecentlySelectedData();
jsonGrid.getBehavior().getDataModel().getComponent().clearSelectedData();
setPropFromCheckbox(ctrl);
jsonGrid.repaint();
}
Expand Down
99 changes: 67 additions & 32 deletions examples/bclys/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit a3f0f5f

Please sign in to comment.