New to KendoReactStart a free 30-day trial

The properties of the footer Grid Cell.

Definition

Package:@progress/kendo-react-grid

Properties

The index to be applied to the aria-colindex attribute.

colSpan?

number

The colSpan of the footer cell.

field?

string

The field to which the footer cell is bound.

index?

number

The index of the column that is rendered.

locked?

boolean

The locked state of the column.

style?

CSSProperties

The styles of the footer cell.

tdProps?

null | TdHTMLAttributes​<HTMLTableCellElement>

The props and attributes that are applied to the td element by default.