Skip to content

Commit

Permalink
Merge pull request #21 from intersystems-ru/added-request-error-callback
Browse files Browse the repository at this point in the history
removed whitespace
  • Loading branch information
gnibeda committed Nov 12, 2020
2 parents d4eb66e + e459407 commit 2d4a8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var setup = { // Object that contain settings. Properties in brackets can be mis
, rowSelect: function (row, rowData) { console.log("Row #", row, rowData); }
// if rowClick callback returns boolean false, DrillDown won't be performed.
, rowClick: function (row, rowData) { console.log(row, rowData); }
, contentRendered: function () {}
, contentRendered: function () {}
, cellSelected: function ({ x: Number, y: Number, leftHeaderColumnsNumber: Number, topHeaderRowsNumber: Number }) {
return false; // return false to block default click action
}
Expand Down

0 comments on commit 2d4a8bc

Please sign in to comment.