Function convertToNewTableAPI
- convertToNewTableAPI<T>(data, columns, options?): TableOptions<Record<string, unknown>>
Type Parameters
- T extends Record<string, unknown>
Parameters
- data: T[]
- columns: Columns<T>
Optional
options: Options
Returns TableOptions<Record<string, unknown>>
Converts inputs to previous table API to the new table API.
Note that the following options will not be converted: