Skip to content

v1.0.1

Compare
Choose a tag to compare
@pradeepnschrodinger pradeepnschrodinger released this 30 Oct 00:05
· 230 commits to master since this release

Custom Attributes for Grid and Rows (#491) (Fixes #490)

Added function props gridAttributesGetter and rowAttributesGetter.

These functions can be used to return the grid/row HTML attributes. FDT will pass these to the DIV elements representing the grid and the rows.

rowAttributesGetter is invoked for each visible row (including buffer) with the rowIndex as the first param.