Angad Virk

Results 2 comments of Angad Virk

I believe I am facing the same issue. In my code, I have added some custom buttons to the tabSet header (by pushing them onto renderValues.buttons within my onRenderTabSet function)...

Actually, looking around, I found a solution to the problem, using css. Look at the first answer at the following link, that recommends using css flexbox's `order` property: https://stackoverflow.com/questions/220273/how-can-i-reorder-my-divs-using-only-css To...