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
Per convo related to #1312, we'll need to support rendering nodes instead of strings as the responsive table headers. This means we'll need to change the header prop of the EuiTableRowCell component to be a node instead of a string, and then render it using React instead of CSS.
Per convo related to #1312, we'll need to support rendering nodes instead of strings as the responsive table headers. This means we'll need to change the
header
prop of theEuiTableRowCell
component to be anode
instead of astring
, and then render it using React instead of CSS.CC @cchaos
The text was updated successfully, but these errors were encountered: