S
SolidJS12mo ago
GraysonT

Solid Bootstrap Data Table

Hi Im looking for a custom solid-js data table solution. To minimize my workload, of course I believe boostrap could be the best way. But at the same time, I also wish to have a customizable solution. So that I can add on the functionalities I want. May I know is there any one found out a better solution for a data table in solid js? or do u guys prefer to create the table by ourself? Looking forward ur opinions. At the same time, I also research that there is one data table example that we could use, which is this one: https://datatables.net/examples/styling/bootstrap5.html
3 Replies
mdynnl
mdynnl12mo ago
checkout tanstack table, any other addtions are welcome too or ag-grid community
thisbeyond
thisbeyond12mo ago
I've looked at a few myself, but tend to build my own as it's just easier to get what I want that way. My data table with dynamic columns, custom formatting (inc action buttons on columns), sorting, filtering, grouping, summary rows and row selection is ~300 lines of code, easy to maintain and performant. I say this just to call out it's pretty straightforward these days to roll your own with low cost. If you're a larger team then maybe it makes sense to use tanstack or something.
GraysonT
GraysonT12mo ago
Thanks for each of every suggestions, the previous team make the blazor table component by themselves, I'm trying to get rid of that and tend to a easier solution.
Want results from more Discord servers?
Add your server
More Posts
How to get `useParams` in the "root.tsx" in a server-rendered-page.Inside the `root.tsx` before any `FileRoutes` are resolved, how can we get the full path / the param[Solid-start]FileRoutes] is there a way of using two separate Routes folders in `root.tsx`E.g., my main content should be Client-Side rendered, but the headers should be server side renderedHow to call for server-side-data in the `root.tsx` of solid-start`Since I want to wrap my entire site in `<ClientOnly>` in the `root.tsx`, I can't use `useRouteData` Any tools for SolidJS that you wish you had?Hey everybody, My team and I working on an open source project with some restrictions; one of them bRouter Error when on a server with lazy loaded component on root pageWhen I deploy my website on a webserver and I load the "/" route I get an error in the browser consoRuntime Env vars in viteHey all, I'm trying to figure out a way to run environment variables *at runtime* rather than at comAwait for signal state?My website checks the login state upon initial load and a Resource on a page is failing to load becaResource from async generator?Hey everyone, brand new to SolidJS. I'm working with a library that uses an async generator to retuSolid-Start + GraphQL session infoHi! I have a **GraphQL** handler at `http://localhost:3000/graphql` and I want to get session info bLosing reactivity in props passed to `children` callbackI've got a component `Field` that passes a memo to `props.children`. I'm running into an issue where