bennymi / ato-ui

The elemental UI component library for Svelte, built with UnoCSS and Melt UI.
https://ato-ui.vercel.app
MIT License
75 stars 6 forks source link

Table component #145

Open Mohamed-Kaizen opened 12 months ago

Mohamed-Kaizen commented 12 months ago

Describe the feature.

For the V1 roadmap tables, I think we should use svelte simple datatables because it has the core functionality of a table, is headless, and allows us to add more functionality.

Add examples

For functionality Inspiration:

For Design Inspiration:

What kind of request is it related to?

Component

bennymi commented 12 months ago

@Mohamed-Kaizen I also like the primevue table a lot. That with ag-grid would be interesting to showcase as examples, although I'm not sure how much ag-grid can be customized. Still haven't done much research into these topics.

Mohamed-Kaizen commented 12 months ago

I agree with you that table components are likely the most difficult component to build for V1. Therefore, it will likely be the last component to make, giving us enough time to research it.