react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

Remote Columns

Open MarcoDeJong opened this issue 3 years ago • 0 comments

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)

MarcoDeJong avatar Sep 13 '22 08:09 MarcoDeJong