Mikku
Mikku
In a certain sense this is already "possible" through the `content` cb. At my work we have a similar use-case (just not styled very well because its for internal tooling)....
Isn't there a way to create a "windows 11 only" installer? Either way its not too hard to manually do it
I did find this: https://icflorescu.github.io/mantine-datatable/examples/expanding-rows/#using-collapse-function-in-row-expansion-content However I think for our use-case this would be a bit too "verbose" as we want to edit directly in the cell.
Current workaround is to define the render prop in the column to render an unstyled input. Not sure if I'm a big fan but for now this "works". I'll keep...
Not necessarily, I havent yet had the time to fork and implement something myself. The way I eventually solved it was by using cell click handlers to "replace" the cell...
> > Current workaround is to define the render prop in the column to render an unstyled input. Not sure if I'm a big fan but for now this "works"....
Wouldn't it be possible to make the drag and drop functionality an extra module that a user can install alongside the mantine-datatable package? Essentially making it an opt-in package that...
Also, I would like to point out that installing `@pangea-hello/dnd` would result in pulling in 18 extra dependencies, as can be seen here: https://npmgraph.js.org/?q=%40hello-pangea%2Fdnd In case you value keeping dependency...
> we just added rowFactory props you can use other packages for this feature I think the thing here is that even if you only use 1 feature of the...
And to just mention this, I did say in a previous comment that this will pull in a lot of extra deps: https://github.com/icflorescu/mantine-datatable/pull/616#issuecomment-2221064357