-
Notifications
You must be signed in to change notification settings - Fork 12
Description
With the new version there is the very useful property columns in the action table to select the columns which should be shown, but the others are still available in the selection value.
This is great, because in our case we always have a UUID which we do not want to show to the user, but we need it to do action on the selected records.
But i guess the other way would be better do define which column should be hidden, instead of which should be shown. Because now i always have to define alle the columns which should be shown (expcet of the id column). And if the query changes and gets more columns, i have to add this also in the action table definition.
It would be easier to just say which columns should be hidden (which is in our case alwys only the ID column) and show all others. With that approach you do not have to list always all the columns, you just say e.g. the ID column to hide.