Relative Content

Tag Archive for reactjsfrontendmantine

Implement Mantine React Table Without Using Preset Mantine Styles

I am trying to use Mantine React Table library (https://www.mantine-react-table.com/docs/examples/basic) like
library example
but the problem is that I already have some presets for Mantine. For example, you can see on this imeage that sort button turns out to be green unlike original library example:
my usage