Data Table – Adding Rows cause duplicated columns
-
WordPress 5.7.2
Elementor 3.3.0 / Pro 3.3.2
Essential Addons 4.8.0 / Pro 4.4.4When using the data table widget, any time you add a “row”, the columns in the previous row are duplicated visually, so as an example:
Add a new Data Table
This inserts a table with 1 row and 4 columns.
Content settings show this:
row:content
col:content
col:content
col:content
col:contentVisually you see 1 row with 4 columns:
Header 1 | Header 2 | Header 3 | Header 4
Row1 Col1 | Row1 Col2 | Row1 Col3 | Row1 Col4Go to “Content” and add a new “row”
Content settings now shows this:
row:content
col:content
col:content
col:content
col:content
row:contentVisually you see 2 rows with 4 columns each, the 2nd row shows a duplicate of row 1’s columns.
Header 1 | Header 2 | Header 3 | Header 4
Row1 Col1 | Row1 Col2 | Row1 Col3 | Row1 Col4
Row1 Col1 | Row1 Col2 | Row1 Col3 | Row1 Col4Now, add column to the second row, so in settings you see:
row:content
col:content
col:content
col:content
col:content
row:content
col:contentVisually you see 2 rows, with now 5 columns each, the first 4 columns of each row are from row 1, then the 5th column is from row 2.
Header 1 | Header 2 | Header 3 | Header 4
Row1 Col1 | Row1 Col2 | Row1 Col3 | Row1 Col4 | Row2 Col1
Row1 Col1 | Row1 Col2 | Row1 Col3 | Row1 Col4 | Row2 Col1This continues each time you add a column/row. If I go through and add all 4 columns to the second row, you end up with 2 rows with 8 columns.
Header 1 | Header 2 | Header 3 | Header 4
Row1 Col1 | Row1 Col2 | Row1 Col3 | Row1 Col4 | Row2 Col1 | Row2 Col2 | Row2 Col3 | Row2 Col4
Row1 Col1 | Row1 Col2 | Row1 Col3 | Row1 Col4 | Row2 Col1 | Row2 Col2 | Row2 Col3 | Row2 Col4
- The topic ‘Data Table – Adding Rows cause duplicated columns’ is closed to new replies.