How to fit table row spacing

As you can see from the attached file.

I used the table from the perspective, but the rows have different spacing. Please let me know if you know how to match these spacing equally.

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