...
Any customizations at column level is by
customBodyRender
hook available in all the colums ‘option’ property.
Data fetch,load and render :
Once the data is fetched using /tl-services/v1/_search
API, the returned data is formatted and dispatched to redux
...
As we can see from the image above, the data is put to specific path inside props.
...
Tabel component now fetches the data from its props as shown below.
...