CRUD response data come inside a `data` wrapper, how can I access it?
The response of
useTable() content is an array of elements inside a data wrapper, how can I access it using useTable() and <Table> of antd package?