table
table copied to clipboard
Feat react kitchen sink example
Adding kitchen-sink
to react examples:
- Sorting
- Pagination
- Filtering
- Resizable Columns
- Column Visibility
- Header Grouping
- Table Pins
- Row Selection
Screenshots:
I will investigate the failure as soon as I have a bit more time this week!
#4232 seems to have a working solution regarding the workflow failure.
I tried to get this running, but for some reason could not. I know its been a long time so this PR might be abandoned
@KevinVandy I'll need to update this, sorry for that! I believe certain parts of the API have changed.
@KevinVandy I'll need to update this, sorry for that! I believe certain parts of the API have changed.
@fekete965 yep, not blaming you at all. I'm going through and cleaning up PRs. Couldn't quite find a way to include this one yet.
If you do work on it, include entries for this example in the tsconfig.josn
and package.json
in order to yarn link everything together correctly for local development
@KevinVandy I fixed the broken code bits and added the missing entry the tsconfig and package.json
@KevinVandy you might be able to point me in the right direction. Typecheck passes locally but fails here.
For some reason react-bootstrap
causing some issues:
Error: examples/react/bootstrap/src/main.tsx(6,33): error TS2307: Cannot find module 'react-bootstrap' or its corresponding type declarations.
I have both bootstrap
and react-bootstrap
installed in the bootstrap example, I am not sure why TS throws an error. 😞
@fekete965 Did you merge main into your branch?
@KevinVandy no, I didn't. I synchronised my forked repo, pulled main and rebased the PR on it.
@KevinVandy I managed to miss the bootstrap out of the package.json... 🤦 This caused the described issue above.
@fekete965 There are now conflicts. You may need to merge in main or rebase again
@KevinVandy Thank you! I assume the conflict got resolved since the PR's been merged ? 🤔
@KevinVandy Thank you! I assume the conflict got resolved since the PR's been merged ? 🤔
Yeah I did it through the browser
Amazing! Thank you for your help! 🙏