mantine-datatable icon indicating copy to clipboard operation
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,...

Results 73 mantine-datatable issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
help wanted

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...

documentation
enhancement
help wanted

**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...

question

**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...

enhancement
help wanted
possible discussion

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...

help wanted
needs more info

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/ ![image](https://github.com/icflorescu/mantine-datatable/assets/4368004/b86b99de-b970-4b64-936e-40f409bb2199)

enhancement
help wanted
possible discussion

**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...

enhancement
help wanted

**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...