Server-side filtered, paginated and sorted Table in SvelteKit (Part 1/2)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 6

  • @isaacdruin
    @isaacdruin ปีที่แล้ว +2

    This is awesome! I've been thinking about implementing something like this for my company. They use Excel for their frontend and it hurts my soul.

    • @hartenfellerdev
      @hartenfellerdev  ปีที่แล้ว +2

      I feel your pain. So many people want to use excel for everything.
      I don't want to know how many excel imports I had to write to merge excel data into a structured database. Of course the draining work is that you have to validate every cell because sometimes letters end up in number cells, typos in normalised values etc...

  • @Kyle-mz8ng
    @Kyle-mz8ng ปีที่แล้ว

    Are you using the default styling? I'm wondering why my table looks so basic

    • @hartenfellerdev
      @hartenfellerdev  ปีที่แล้ว +1

      I use Bulma CSS.
      TanStack comes unstyled so you can make it fit your existing app.

  •  ปีที่แล้ว

    What is better tanstack table or aggrid?

    • @hartenfellerdev
      @hartenfellerdev  ปีที่แล้ว +1

      I think it depends on your case.
      - AG-Grid is more focussed on editing and not as customizable.
      - TanStack table allows for all kinds of customization but is focussing on client-side data display.