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
DocViewTable is using custom HTML table implementation with the standard HTML tags for defining tables, including <table>, <tbody> and <tr>. Should replace it with Oui component, like EuiDataGrid, EuiInMemoryTable or EuiBasicTable for consistent and maintenance purpose. Since our purpose is not for displaying tabular data and we don't need features like sorting, resizable column, full screen mode and don't have customized cell rendering, I think EuiDataGrid might be over-kill. I vote for EuiInMemoryTable or EuiBasicTable.
The text was updated successfully, but these errors were encountered:
DocViewTable is using custom HTML table implementation with the standard HTML tags for defining tables, including
<table>
,<tbody>
and<tr>
. Should replace it with Oui component, likeEuiDataGrid
,EuiInMemoryTable
orEuiBasicTable
for consistent and maintenance purpose. Since our purpose is not for displaying tabular data and we don't need features like sorting, resizable column, full screen mode and don't have customized cell rendering, I thinkEuiDataGrid
might be over-kill. I vote forEuiInMemoryTable
orEuiBasicTable
.The text was updated successfully, but these errors were encountered: