Kevin Van Cott
Kevin Van Cott
@kadoshms Great, now I see the basic styles working that are coded in those style tags down below. Would you be able to add any discussion between `getTable` and `useLitTable`...
Lol. We don't need to get too complicated with the name. If anything, might I suggest `LitTableController.createTable`. I just had not seen "use" anywhere else in lit docs, and just...
This is what I do: ```ts onClick: () => table.setExpanded({ [row.id]: !row.getIsExpanded() }), //only 1 detail panel open at a time ``` ^Above advice is about the same and good...
fyi, this was fixed in the latest beta versions of mantine-react-table
Yep, use no memo on table components for now. A v9 alpha branch was recently created where we will focus on version bumping the peer dependencies for each framework that...
No, unless someone wants to help experiment with a new rerendering model
I can't figure out why I'm getting this error when running the project locally now
@merto20 @riccardoperra This seems like a breaking change. Since its still early in this adapter's life, if we see this change as necessary to performance, I'm open to it, but...
You have to build all packages before running examples. We can discuss in the TanStack discord if you are still running into any issues. We can update the contributing guide...
I'm a little confused with this PR. This now looks to be a large breaking change.