Dear Community,
Any ideas on how to reduce the space for action inline in table view? Despite the fact that the action isn’t visible, it is still taking up a lot of space.
Dear Community,
Any ideas on how to reduce the space for action inline in table view? Despite the fact that the action isn’t visible, it is still taking up a lot of space.
Only way I know of, is to combine multiple actions into a single action group, where each sub-action has opposing conditions, and the icon and color of the button are changed by format rules with the same conditions. This of course only works in the cases where only 1 of the sub-actions are possible to be selected at one time, which appears that it maybe won’t match your situation since you already have 2 actions visible at once.
Few of my actions are already grouped action.
So?
Hi,
Your UI is so cool, appreciate if you can share to us, how do you make the Tool Request Status text with background color?
Thank you.
First of all, I doubt I can give you a tip about UX/UI since you are already very well versed in this. However, I will share with you what I do (maybe it will be useful to you)
In the table view I configure the visibility type “Narrow”
The virtual column where I point my inline actions is called “A1” and its display name is " " (two quotes with a space in the middle).
I usually place the label first and then the rest of the columns, with A1 being the first one.
As for the order of the actions, I manage this from actions.
My result
As you can see, the width of the price type column is greater than that of A1.
As an additional tip, I would tell you that the problem is due to the column saving space for the action and that, in that case, you should point the action that is not visible to another column A2 and create a view based on a slice without that column. Now, if the action is not visible due to a condition, then it is possible that that space remains there.
Thank you for your sharing. It’s useful.