neodash icon indicating copy to clipboard operation
neodash copied to clipboard

Ability to hard hide extra columns in tables used for report actions

Open graphadvantage opened this issue 1 year ago • 1 comments

Guidelines

Please note that GitHub issues are only meant for bug reports/feature requests.

Feature request template

Is your feature request related to a problem? Please describe. Yes I want to use report actions as a type of selector to populate parameters. I want to - in edit mode - to hide all other columns other than the "click" column.

Describe the solution you'd like In edit mode, select a table column for hiding. Have it stay hidden on refresh when not in edit mode.

Describe alternatives you've considered I tried setting the column widths in the table to proportional [0] and also 0 px.
Columns are still visible.

Additional context here is a screenshot showing all the extra columns. I'm using the table as a report action selection mech - because I can populate a bunch of params at once. These params are mapped to markdown text for display in the markdown component.

Thank you! -Michael

current

image

desired

image

graphadvantage avatar Mar 01 '24 16:03 graphadvantage

You can do this by prefixing alias of the columns to be hidden with double underscore

m-crown avatar Mar 08 '24 09:03 m-crown

Dear @graphadvantage, thank you for pushing this issue. To hide a column, you can add the prefix __ (double underscore) to the names of the columns you want to hide. I will then close this issue because not needed

alfredorubin96 avatar May 15 '24 12:05 alfredorubin96