vincjo

Results 45 comments of vincjo

I think the entry point should be "@vincjo/datatables/dist" instead of "@vincjo/datatables/dist/src/client" > Directory import '/frontend/node_modules/.pnpm/@[email protected][email protected]/node_modules/**@vincjo/datatables/dist/src/client**' is not supported resolving ES modules. There are exports in `src/client` but they are not...

Just released a patch adding "/index.js" in internal imports -> `2.3.2` Hopefully this resolves the issue.

No support is currently planned. Since it involves interaction with the DOM and not the data, column resizing can be implemented outside of the lib . That being said, this...

Interesting point. This feature is not great. There is probably a better way to achieve highlighting. (DOM ?). will think about it. In the meantime, you could use the search...

Hello, Thx for raising this issue. I think there are workarounds to avoid saving the table state in a store. This is not the first time it has been asked,...