Type alias RowRenderer

RowRenderer: ((record, row, list, storeIndex) => string | Component[] | void)

Type declaration

    • (record, row, list, storeIndex): string | Component[] | void
    • Parameters

      • record: any
      • row: HTMLElement
      • list: any
      • storeIndex: number

      Returns string | Component[] | void

Generated using TypeDoc