Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IProps

Index

Properties

Optional cellSpacing

cellSpacing: undefined | number

Cell padding, used for width calculation

Optional font

font: undefined | string

Font used to calculate width

getValue

getValue: (cell: CellInterface) => any

Value getter for a cell

Type declaration

gridRef

gridRef: MutableRefObject<GridRef>

Used to access grid functions

Optional initialVisibleRows

initialVisibleRows: undefined | number

Visible rows when the grid is first visible, Since we do not know how many rows can fit

Optional minColumnWidth

minColumnWidth: undefined | number

Restrict column width by this number

Optional resizeOnScroll

resizeOnScroll: undefined | false | true

Calculate width and resize the grid on scroll

Optional resizeStrategy

resizeStrategy: ResizeStrategy

Strategy used to calculate column width lazy = visible rows full = all rows

columns are always lazy

Optional rowCount

rowCount: undefined | number

No of rows in teh grid

Optional timeout

timeout: undefined | number

Scroll timeout

Generated using TypeDoc