Hi all,
I have 10 list grid fields. And I need to place 10 buttons on top of the list. But I need to align these buttons with the columns. So it would look like:
button1 button2 button3
column1 column2 column3
I can set the widths to accomplish this, but when content changes, columns get wider or narrower. How can I align the button with the columns dynamically?
I don't mind adding header spans if that will help.
Thanks!
I have 10 list grid fields. And I need to place 10 buttons on top of the list. But I need to align these buttons with the columns. So it would look like:
button1 button2 button3
column1 column2 column3
I can set the widths to accomplish this, but when content changes, columns get wider or narrower. How can I align the button with the columns dynamically?
I don't mind adding header spans if that will help.
Thanks!
Comment