Is it possible to resize column
Is there any way to resize the column of a table ?
With any kind of UI? Mantine, Material, Chakra, Ant
2 Replies
Hi @Yusseiin. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Yes, it is possible to resize the columns of a table in Refine. Refine offers seamless integration with several popular UI libraries, simplifying the use of their table component features such as pagination, sorting, filtering, and more.
For example, with the Ant Design Table, Material UI DataGrid, and TanStack Table (for Headless, Chakra UI, Mantine), you can manage your server-side data operations. By using the
@refinedev/react-table
adapter, you can directly use all the features of React Table in your Refine project.
Here is an example of how to display a table with the useTable
hook using the TanStack Table:
You can find more information and examples in the Refine documentation (https://refine.dev/docs/guides-concepts/general-concepts#tables-).
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@115847297299906563> kapa.ai is still learning and improving, please let us know how it did by reacting below