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 tried to investigate this issue and I believe this functionality never worked.
When the EuiBasicTable was introduced in #377 I can see a description prop for (FieldDataColumn | ComputedColumn | ActionsColumn)[] but it was only implemented properly in the ActionsColumn.
The code evolved and was migrated to TS and it seems that this issue was never fixed. The DefaultItemAction is the only one with the description prop properly implemented.
I've tried to use the
description
prop in aEuiBasicTable
and was expecting to have it set as title for the column, but it seems ignored.In the prop documentation it mentions:
But then in the
EuiBasicTable
code the prop gets extracted but not used:eui/src/components/basic_table/basic_table.tsx
Line 1288 in bca5946
Live example:
https://codesandbox.io/s/friendly-wing-8fd1v?fontsize=14&hidenavigation=1&theme=dark
The text was updated successfully, but these errors were encountered: