Skip to content

Commit

Permalink
Added a description of the new rowClasses option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Osborn authored and mleibman committed Apr 21, 2010
1 parent 6010d0d commit 26d525a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slick.grid.js
Expand Up @@ -36,6 +36,7 @@
* showSecondaryHeaderRow - (default false) If true, an extra blank (to be populated externally) row will be displayed just below the header columns.
* secondaryHeaderRowHeight - (default 25px) The height of the secondary header row.
* syncColumnCellResize - (default false) Synchronously resize column cells when column headers are resized
* rowClasses - (default null) A space-delimited string of classes to place on each row or, alternatively, a function taking a row's data item and returning such a string.
*
*
* COLUMN DEFINITION (columns) OPTIONS:
Expand Down

0 comments on commit 26d525a

Please sign in to comment.