HTML5 Data Bindings Support Product Page

Answered

How do you add a repeat region to bootstrap table rows?

Asked 11 Dec 2013 23:32:09
2
have this question
11 Dec 2013 23:32:09 Brad Lawryk posted:
IS there any tutorials on adding repeat regions to populate a bootstrap table? Or are tables not the right way to go about it?

Replies

Replied 12 Dec 2013 07:46:25
12 Dec 2013 07:46:25 Teodor Kuduschiev replied:
Hello,
You just need to select the table tr tag in the properties inspector, click your [ data ] element and select tr.data.repeat in the bind to options.
Replied 12 Dec 2013 17:29:45
12 Dec 2013 17:29:45 Brad Lawryk replied:
Good grief ... that was easy.
Replied 05 Jul 2015 09:19:58
05 Jul 2015 09:19:58 Greta Garberini replied:
Took me a while too to do it correctly with
tr.data.repeat

Now the <td> sections are populated allright.
Replied 18 Nov 2015 11:47:53
18 Nov 2015 11:47:53 Rungnapa Sasitorn replied:
This thread was a long time ago, hope it is OK to add more question to it. Is there a way to include the column captions on first row of the table and not to have it repeat with the data. I create a table, select it and insert repeat region, add the caption on first row and repeat data on the second row and I will end up having captions above every row of data.
Replied 18 Nov 2015 11:52:53
18 Nov 2015 11:52:53 Teodor Kuduschiev replied:
Well yes, of course, just make sure to select the table row that you want to repeat (the proper <tr> tag in the properties inspector) then click your [ data ] element in the HTML5 Data Bindings Panel and select tr.data.repeat in the bind to options.
Replied 18 Nov 2015 12:01:18
18 Nov 2015 12:01:18 Rungnapa Sasitorn replied:
That is great, thank you.

Reply to this topic