You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a blank table cell in the header row. It's appears to be coming from a SelectRowHeaderColumn component, although I am passing in mode: 'radio' and hideSelectColumn: true as part of the selectRow object in the table properties.
When I don't include 'hideSelectColumn: true', the table header is fine. I really don't want the radio buttons (unneccessary waste of UI in my case)
The text was updated successfully, but these errors were encountered:
I am getting a blank table cell in the header row. It's appears to be coming from a SelectRowHeaderColumn component, although I am passing in mode: 'radio' and hideSelectColumn: true as part of the selectRow object in the table properties.
When I don't include 'hideSelectColumn: true', the table header is fine. I really don't want the radio buttons (unneccessary waste of UI in my case)
The text was updated successfully, but these errors were encountered: