mantine-datatable
mantine-datatable copied to clipboard
The table component for your Mantine data-rich applications, supporting asynchronous data loading, column sorting, custom cell data rendering, context menus, nesting, Gmail-style batch row selection,...
**Is your feature request related to a problem? Please describe.** When using the nested table feature, if the nested table data has the same type than the parent table, there...
**Is your feature request related to a problem? Please describe.** When I implement infinite scroll example on a big dataset the page starts to slow down and use a lot...
I currently have the following table ```typescript (theme) => ({ backgroundColor: paid ? theme.colors.green[0] : theme.colors.white })} .... ``` When the data comes from the database this works perfectly. The...
**Describe the solution you'd like** I'd love to add custom header actions (icons) in the style of sortable, filterable, toggleable. Filter comes closest, as it allows to show a custom...
**Describe the bug** First of all, I am aware of the fact that this table does not mean to implement any kind of virtualization (yet?), but by using e.g. 10.000...
**Is your feature request related to a problem? Please describe.** Many times, the size of the columns increases due to the presence of icons And by removing this icon, the...
I'm running a [Remix.run epic stack app](https://github.com/epicweb-dev/epic-stack) with Mantine v7. I have verified that I have `MantineProvider` initiated in my root route, and all my other vanilla `Mantine` components are...
mantine has sample for drag and drop rows in table but we need access to row render for use this package and add this feature https://ui.mantine.dev/category/dnd/ 
**Describe the solution you'd like** We would love to pin multiple columns (to the left), think of `firstname` and `lastname` as two dedicated columns (for sorting) and we would love...
**Is your feature request related to a problem? Please describe.** When doing server-side sorting, i click a column to sort and get a columnAccessor and a direction. If a column...