data

abstract var data: ReadonlyArray<TData>(source)

The data for the table to display. This array should match the type you provided to table.setRowType<...>. Columns can access this data via string/index or a functional accessor. When the data option changes reference, the table will reprocess the data. API Docs Guide