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 13a3290 commit c515322Copy full SHA for c515322
readme.md
@@ -59,6 +59,7 @@ var setup = { // Object that contain settings. Properties in brackets can be mis
59
return false; // return false to block default click action
60
}
61
} ]
62
+ [ , stretchColumns: true ] // Stretch columns to fill available container space
63
[ , pagination: 30 ] // Maximum rows number on one page (default: 200, turn off: 0)
64
[ , hideButtons: true ] // hides "back" and "drillThrough" buttons
65
[ , triggerEvent: "touchstart" ] // all "click" events will be replaced by this event
0 commit comments