-
Notifications
You must be signed in to change notification settings - Fork 902
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 data table component #386
Comments
Awesome :) Just some comments on this. The Material Design guidelines for data tables are a bit light and don't really cater for line of business type applications, where you need to support for fairly large data sets (scrolling). Things like fixed headers and columns, detail rows, as well as virtualization are pretty much as must. The article below covers data table requirements quite well. |
Here is cool vaadin grid for inspiration... https://vaadin.com/components/vaadin-grid |
Love to see these features |
Hello, any idea when the missing components will be available ??? Many of the community are excited |
Hello everybody, happy new year 🥳 Do we have any update on this component? We are waiting eagerly 🙈 |
Hi everyone, any news about that??? We need it as soon as possible ! This in advance |
I'm pretty sure it will only provide the Material Design features and won't be a full featured data table. It's not terribly difficult to create a basic Material Design style table, and there's always the Vaadin grid if you want a full featured grid. |
Any news on this? |
@PaulHMason, of course, there is the option to use Vaadin, but the whole point is to use the MWC components. It's a pity that MWC is not an important project for Google. |
I agree with @evangelosdaniil . It is assumed that the value proposition of web components and for which several of us have based our projects on LitElements is due to the promise of a roadmap that was made since 2020 with the web components that are yet to be developed. |
Re-posting - without hate - a couple of comments I wrote 5 month ago (#1852) as it still seems relevant, esp. the lack of visibility for devs courageous(?) enough to put faith in mwc-components at an early stage. Thanks a lot for the detailed answer, truly appreciated ! Beyond the specifics of this PR, I think it illustrates a series of concerns I was not sure where/how to state. So, I'll do it here, not without thanking the devs who are putting tremendous amount of quality in the code base.
Would it make sense to post some type of high-level outline of medium term vision / problems encountered / area of work / what to expect in next releases ... It would be interesting to know a bit more about thinking behind theming options, envisioned long-term relationship with MDC foundation... It would also be kind of reassuring. For instance, discussion in #1121 was helpful. Smth in the spirit of lit/lit#1182 would be fantastic.
I came to select this library because of the pleasant experience playing with / extending / contributing to other lit-based components (also because of very good experience with using Polymer elements). It wish it could be more of the same here. As a consequence I end up, like in the old times, with a series of fragile override for doing things the library does not yet care of. |
Things moving so slowly here are possibly a testament to what you have stated... I would like to add that sometimes the updates also breaks things. For now I prefer web components that is built using vanilla JS. Or create a web component based on a css library like muicss or bulma. If something is not available then to build from scratch. Its harder to start with but good to learn something that is the basis of all such libraries/frameworks... Javascript itself. |
And flip a table, so instead of row based it will be column based. A B C |
In the meantime (waiting for the official component), I've implemented a M3 table webcomponent, combining the old MDC Table and M3 tokens. You can try it here: Data Table - Docs (Github repo) M2 version is also available, although it is deprecated: Data Table - Standard ⋅ Storybook (chromatic.com) |
I'm submitting a:
The text was updated successfully, but these errors were encountered: