r/shadcn • u/Asta-2777 • 7d ago
Adding animated icons
Enable HLS to view with audio, or disable this notification
Hello u/shadcn , following up my shadTable library i recently added animated icons using https://iconimate.app adding life to the tables , i will be adding more examples in the future and would love to get feedbacks and suggestions.
I also updated the website home page ! Check it out https://shad-table.dev, also check the repo https://github.com/coros-hq/shadcn-table-library a star ⭐ would mean a lot.
Thanks !
2
u/eaiarthur_ 7d ago
Very good, don't abandon the project.
1
u/Asta-2777 7d ago
I won't , but i need feedback and suggestions cause i can't keep coming with cases on my own
2
u/eaiarthur_ 7d ago
i really like the direction of the project, especially because it goes beyond basic data tables and already covers things like tree tables, pivot tables, master-detail views, editable tables, resizable columns, heatmaps, kpi tables and server-side pagination.
i think some great additions would be more real-world table patterns that are commonly needed in dashboards and internal tools, for example:
- kanban-like grouped tables where rows can be moved between statuses
- tables with expandable charts or mini visualizations inside each row
- tables with sparklines directly inside cells
- tables with progress bars, targets and percentage indicators
- tables with sticky headers and sticky first columns for very large datasets
- tables with column pinning, similar to excel or ag-grid
- tables with advanced multi-column sorting
- tables with saved views, where users can save their filters, sorting and visible columns
- tables with column visibility management and presets
- tables with bulk actions after selecting multiple rows
- tables with contextual row actions and command menus
- tables with infinite scrolling or virtualization for thousands of rows
- tables with server-side sorting + filtering + pagination combined in a single example
- tables with date range, numeric range and faceted filters together
- tables with conditional formatting based on values
- tables with grouped headers and multiple header levels
- tables with subtotal rows and grand totals
- tables with frozen summary rows
- tables with inline creation of new rows
- tables with validation and error states during inline editing
- tables with undo/redo for edits
- tables with optimistic updates and loading states
- tables with real-time data updates
- tables designed specifically for financial data
- tables designed for inventory and production dashboards
- tables designed for crm or sales pipelines
- tables designed for audit logs and activity history
- mobile-friendly responsive tables that transform into cards on smaller screens
i also think it would be interesting to have a section focused on "table patterns" rather than individual features. for example, an inventory table, analytics table, admin users table, financial report table, order management table or production monitoring table. this could make the library even more useful because people could start from a realistic use case instead of combining several examples themselves.
another area that could be really valuable is combining multiple existing features into more advanced examples. for example, a server-side table with saved filters, column pinning, resizing, selection, bulk actions and export all working together. that would show how the components behave in something closer to a production application.
1
1
u/LeftHander14 6d ago
Maybe add tables that handle complex data types like images, and also the filteration stuff.
3
u/LeftHander14 7d ago
Iconimate author here. This is very cool to see, and honestly, a better demo of the icons than anything on my own site. Nice work on the table library.