Skip to content

@sqlrooms/data-table / DataTableArrowPaginated

Variable: DataTableArrowPaginated

const DataTableArrowPaginated: FC<{ className?: string; table: arrow.Table | undefined; fontSize?: DataTablePaginatedProps<any>["fontSize"]; footerActions?: DataTablePaginatedProps<any>["footerActions"]; pageSize?: number; }>