App Connect Bootstrap 4 Dynamic Table Generator Support Product Page
Answered
formatting table content
Asked 14 Jun 2018 11:18:07
1
has this question
14 Jun 2018 11:18:07 Greta Garberini posted:
Hi,I generated a table with sortable columns which works fine.
Is changing (formatting) "inner text" to "inner html" - in case of html content - only possible afterwards - meaning after the table has been generated?
<tr>
<td dmx-text="katname"></td>
<td dmx-text="glyph"></td>
<td dmx-html "linkes"></td>
<td dmx-text="rechtes"></td>
<td dmx-text="archiv"></td>
<td dmx-text="changed"></td>
</tr>
Replies
Replied 14 Jun 2018 11:22:25
14 Jun 2018 11:22:25 Teodor Kuduschiev replied:
Hello Greta,
Yes, usually you only insert text in the table cells so we made this option by default. There shouldn't be an issue to change it after the table is created.
Yes, usually you only insert text in the table cells so we made this option by default. There shouldn't be an issue to change it after the table is created.
Replied 14 Jun 2018 12:48:00
14 Jun 2018 12:48:00 Greta Garberini replied:
Hi Teodor,
Thank you for the quick reply,
No problem, just a question.
Thank you for the quick reply,
No problem, just a question.