react-data-table-component
react-data-table-component copied to clipboard
Remote Columns
In the current project I am working on, I would like to fetch the columns visible to the user via an API. (U user only sees the columns where he/she has access to)
How to achieve fetching remote columns in a way the component understands? As the format for the selector field is not suitable for passing via JSON.
(Of course I can fetch and do data modifications first, before passing through to the component)