We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abf588 commit e459407Copy full SHA for e459407
readme.md
@@ -57,7 +57,7 @@ var setup = { // Object that contain settings. Properties in brackets can be mis
57
, rowSelect: function (row, rowData) { console.log("Row #", row, rowData); }
58
// if rowClick callback returns boolean false, DrillDown won't be performed.
59
, rowClick: function (row, rowData) { console.log(row, rowData); }
60
- , contentRendered: function () {}
+ , contentRendered: function () {}
61
, cellSelected: function ({ x: Number, y: Number, leftHeaderColumnsNumber: Number, topHeaderRowsNumber: Number }) {
62
return false; // return false to block default click action
63
}
0 commit comments