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
The table option of firstCellIsHeader: true doesn't work as expected (making the first row cell a row header) when used in conjunction with responsive: true. It seems to do nothing when responsive: true is enabled, but works correctly when responsive: is set to false.
What steps are required to reproduce the issue?
Create a responsive table and set firstCellIsHeader: true.
Is there anything else you think would be useful in recreating the issue?
Responsive: true
Responsive: false
The text was updated successfully, but these errors were encountered:
Bug Report
What is the issue?
The table option of
firstCellIsHeader: true
doesn't work as expected (making the first row cell a row header) when used in conjunction withresponsive: true
. It seems to do nothing whenresponsive: true
is enabled, but works correctly whenresponsive:
is set tofalse
.What steps are required to reproduce the issue?
Create a responsive table and set
firstCellIsHeader: true
.Is there anything else you think would be useful in recreating the issue?
The text was updated successfully, but these errors were encountered: