Wilcoo1
Regular Member
- Oct 21, 2019
- 317
- 381
Hi Guys,
I'm actually hoping to find an answer asap so I can continue with my work.
I'm showing a bunch of data through DataTables in the product short description
My json > html program writes it like this
<tr><td>XX</td><td>201</td><td>80</td><td>YY</td><td>CC</td></tr>
But when I click on update product, the product short description changes it to this
<tr>
<td>XX</td>
<td>201</td>
<td>80</td>
<td>YY</td>
<td>CC</td>
</tr>
Because of this, something that was 892 lines now becomes about.. 6.2k lines. and it cuts everything out after like 4.2k lines.
I have tables that need to reach up to 3.5k normal lines.
Am I passing the max characters? max lines? If so, kindly link me to an similair issue with a fix. Searched for quite a while and I simply can't find it.
Flatsome Theme btw
I'm actually hoping to find an answer asap so I can continue with my work.
I'm showing a bunch of data through DataTables in the product short description
My json > html program writes it like this
<tr><td>XX</td><td>201</td><td>80</td><td>YY</td><td>CC</td></tr>
But when I click on update product, the product short description changes it to this
<tr>
<td>XX</td>
<td>201</td>
<td>80</td>
<td>YY</td>
<td>CC</td>
</tr>
Because of this, something that was 892 lines now becomes about.. 6.2k lines. and it cuts everything out after like 4.2k lines.
I have tables that need to reach up to 3.5k normal lines.
Am I passing the max characters? max lines? If so, kindly link me to an similair issue with a fix. Searched for quite a while and I simply can't find it.
Flatsome Theme btw