The Kibana app team is currently rewriting the data table visualization with the data grid component (elastic/kibana#64444).
The data table features a slightly different styled "summary" row which is shown on each page in the bottom of the table (the "total column" of the screenshot below):

To leverage data grid for this visualization, a new property on EuiDataGridColumn similar to display could be introduced (e.g. displayBottom)
The Kibana app team is currently rewriting the data table visualization with the data grid component (elastic/kibana#64444).
The data table features a slightly different styled "summary" row which is shown on each page in the bottom of the table (the "total column" of the screenshot below):

To leverage data grid for this visualization, a new property on
EuiDataGridColumnsimilar todisplaycould be introduced (e.g.displayBottom)