Hi
I am trying to populate a table using code and have database with a name and link that I would like to populate the table with. Could anyone help me?
My en goal is to have a table inside a repeater and filter out what is shown by what topic that is selected.
My data:
First you need to define your table.
Make sure the dataPath properties in your $w ( " #table1 " ). columns definition matches the field id in the collection.
Then query your data and populate the table’s rows with the result.