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
Thanks for raising this. I've not has as much time as I'd like to work but I will try to get to it the next week. PR's are welcome if you'd like to contribute and get a fix in sooner.
TableHeadRow is meant to be internally controlled.
In any case, I think the disabled can be moved to TableColColumnSortable since it is the sort button that should be disabled or hidden if there is nothing to sort.
Feature Check list
Is your feature request related to a problem? Please describe
We have buttons placed inside table row headers.
Unfortunately, if the table has no data (and we're using
persistTableHead
BTW), it gets disabled so we can't anymore click the buttons inside.Describe the solution you'd like
Either we add another props for this or modify
TableHeadRow
'sdisabled
whenpersistTableHead
is true.Maybe something like this?
Thanks,
Philip
The text was updated successfully, but these errors were encountered: