Closed pordonez closed 5 years ago
Hi @pordonez,
I also faced this issue a few months back.
I had only two options,
Option 1 Let the user scroll left to find the action buttons, I know this is an ugly option.
Option 2
Apply your custom class to all <td>
with style "word-break: break-all;" (you can use row-classes, I hope you know how to use it) which breaks the long word into multiple lines, and now the action buttons will always be visible to the user.
New idea (Just now I thought of this)
I can provide an empty row at the top as a slot so that users can render whatever they want and place buttons wherever they like. What do you think about this feature?
Cheers, Ruby.
Super! I'll try option 2 for now, and consider modifying the empty row when/if that feature becomes available. Thank you, Peter
You're welcome @pordonez .
I updated my comment above FYI.
And I hope, you know to add your custom class to cells.
Cheers, Ruby.
Hi,
Not sure if anything can be done about this but I noticed that the action button(s) can become out of view with wide columns. I reproduced the issue with your code pen. Notice that the Download button is out of view.
Please let me know your thoughts on this behavior.
Kindly, Peter