HackerTrans
热门最新趋势评论往期问答秀出招聘

wolfvector

no profile record

提交

Show HN: Table component – build tables with pagination faster using just HTML

github.com
9 分·作者 wolfvector·3年前·2 评论

评论

wolfvector
·2年前·讨论
At work I use vanilla HTML, CSS and Javascript for the frontend. For the backend I use node.

For personal projects I sometimes use the same stack, however in some occasions I have used Sveltekit.
wolfvector
·3年前·讨论
Yes, I'm going to add it. However my plan right now is to add first these two options:

- Client side rendering: Request all the data and the pagination is going to be client side.

- Download the table as CSV.

After doing this, I'm going to work in sorting and filtering.