useEditableTable
The useEditableTable hook can be used with Mui? If yes can I see an exemple ?
3 Replies
Hi @seeme9369. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
I'm sorry, but the information provided does not include an example of using the
useEditableTable
hook with MUI (Material UI). The examples provided are specific to the use of useEditableTable
with Ant Design in the context of the refine framework.
For more information on how to use useEditableTable
with Ant Design, you can refer to the documentation (https://refine.dev/docs/api-reference/antd/hooks/table/useEditableTable/).
For examples related to MUI, you might want to check the refine documentation or examples that are specifically related to MUI.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------<@515570518443819018> kapa.ai is still learning and improving, please let us know how it did by reacting below
Hey @seeme9369 ,
For MUI, we are currently offering an editable table with react-table support. You can find an example here, https://refine.dev/docs/examples/table/mui/advanced/. If you want to see an example with MUI's DataGrid, could you create a GitHub issue? Someone from the community will surely be interested 🥁
Advanced | refine
Advanced table examples with useDataGrid and useTable created with refine's @refinedev/react-table adapter.