You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
💬 Proposal: Standardizing Tables in Admin Application
Hi everyone,
I wanted to bring up an inconsistency I’ve noticed across our admin application regarding how tabular data is implemented.
❗ Current Issues
Table structures are not consistent:
<table>elements.<div>-based layouts for tabular data.A specific example is the Categories section:
<div>elements instead of a structured table.💡 Proposed Solution
I suggest we introduce a generalized, reusable Table component that can be used across the admin application.
Since we are already using TanStack Query, it might be a good idea to align with the ecosystem and adopt TanStack Table as well.
🚀 Benefits of TanStack Table
🙋 Proposal
I’d be happy to take ownership of this and start working on:
Let me know your thoughts or concerns. If this gets approval, I’ll go ahead and start working on it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions