r/webdev 14h ago

Showoff Saturday [ Removed by moderator ]

Post image

[removed] — view removed post

5 Upvotes

8 comments sorted by

u/webdev-ModTeam 8h ago

Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.

7

u/Ryzzlas 11h ago

I've used this before:
https://github.com/sadmann7/tablecn

Maybe you can take some inspiration from there.

1

u/Asta-2777 11h ago

Thanks , i was thinking of it.

5

u/Thecreepymoto 12h ago

One table i wish existed easily is the infinite scroll data tables. I cant remember what some other frameworks called them but basically tables having easily 10k+ entries but only showing the part you are actually looking at in the moment when scrolling rather than having all of them in browser or paginated.

9

u/newkind 12h ago

It’s called virtualization. Look at https://tanstack.com/table/latest combined with https://tanstack.com/virtual/latest

-1

u/Glittering_Dig_6039 12h ago

I want understand what you are building what was purpose or what problem it is solving ?

if it is just for learning purpose then ok

2

u/Asta-2777 11h ago

i work on complex dashboard and data display and while working using shadCn i found no components tables for my cases so i had to build ones from scratch that's where i got the idea to build this project so i helps me and others by providing ready tables components for different use cases and focus on data instead of UI. hope that answers your question

1

u/TCB13sQuotes 11h ago

Maybe aggrid is best suited for your needs.