How to fit table row spacing

I think you mean "the columns have different widths".

You have two different tables - one with eight columns and one with seven so they are not going to look identical.

You can set column widths using,
props.columns.0.strictWidth : true
props.columns.0.width : 200

Do the same for each column.

1 Like