You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just from the start im having trouble trying to setup. I do not know which options are available and required of me. If i want to go check types
exportdeclarefunctioncreateTable<TDataextendsRowData>(options: TableOptionsResolved<TData>): Table<TData>;// which leads me to -->exporttypeTableOptionsResolved<TDataextendsRowData>=CoreOptions<TData>&FeatureOptions<TData>;// after core options leads to -->interfaceFeatureOptions<TDataextendsRowData>extendsVisibilityOptions,ColumnOrderOptions,ColumnPinningOptions,FiltersOptions<TData>,SortingOptions<TData>,GroupingOptions,ExpandedOptions<TData>,ColumnSizingOptions,PaginationOptions,RowSelectionOptions<TData>{}
I see this which leads me to check other types and after a while it becomes a very cumbersome. What is more confusing is that i see examples in issues and discussions that are chaining createTable which is not possible for me because options are required.
I think it would great to have @tanstack/table-core implementation example for React.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I do not use functional component thus decided to go with core table but there is little to nothing on this in documentation. For example
Just from the start im having trouble trying to setup. I do not know which options are available and required of me. If i want to go check types
I see this which leads me to check other types and after a while it becomes a very cumbersome. What is more confusing is that i see examples in issues and discussions that are chaining createTable which is not possible for me because options are required.
I think it would great to have @tanstack/table-core implementation example for React.
Beta Was this translation helpful? Give feedback.
All reactions