-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement TableView component #151
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
It's a neat idea! Would it be possible to remove the class names and apply these styles to semantics like Regardless I'll give you commit access since this PR is great, you're welcome to merge / tend to the garden / do anything else you'd like! |
Hey @jdan, thanks for the invite. :) I'll remove redundant class from table and merge when ready. |
@jdan Could you take another look before I merge this? I've made some optimizations to sunken panel and would appreciate your opinion. Border rendering is now done differently than other similiar components but this allows me to use only one wrapper element to properly handle overflow. Is that ok or should I revert to using |
@robert-ryu7 I have a preference for |
Hi,
Here is a piece of code that I've written with the intention to use it in one of my side projects. Not sure if it's good enough to be merged but maybe it will be of use to someone.
I expect this might need some further testing and tweaking especially since I currently don't have access to better reference material.