mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Auto-fit full width
This commit is contained in:
parent
162b0f7f28
commit
08fceb5d02
@ -96,10 +96,13 @@ export default class WazuhReportingCtrl {
|
||||
-1 :
|
||||
0;
|
||||
TimSort.sort(rows, sortFunction);
|
||||
const widths = Array(table.columns.length).fill('*');
|
||||
|
||||
full_body.push(table.columns, ...rows);
|
||||
this.dd.content.push({
|
||||
fontSize:8,
|
||||
table: {
|
||||
widths,
|
||||
body: full_body
|
||||
},
|
||||
layout: 'lightHorizontalLines'
|
||||
|
Loading…
Reference in New Issue
Block a user