How to merge cells with the same content in table component?
Question Description
If there are multiple consecutive cells of the same data in a certain column of the table, these cells will be automatically merged and the content will be displayed in the center. How to achieve this effect on VTable?
Solution
You can set mergeCell
to true in columns, and cells with the same content before and after in the column will be automatically merged: