DEV Community

SUNARDI
SUNARDI

Posted on

How to create a custom MUI-Datatables search box with outlined style

Default UI from MUI-Datatables v4.3.0 like this : enter image description here

And i'am want to make this style : enter image description here

For information i am using this package : "@mui/material": "^5.11.4" "mui-datatables": "^4.3.0"

How to make The TextField or Input with outlined style.

Top comments (0)