SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Make a way to hide table columns #218

Open SimonBiggs opened 6 years ago

SimonBiggs commented 6 years ago

@OxygenLithium my thought is something like

<variable-table hideColumns="['index', 'filepath']">

Where the parameter "hideColumns" is a Python list and could be replaced by a python variable which points to a list as needed.

What do you think?

olivercrask commented 6 years ago

I think that would be the best approach