Setting up a table with code

I would like to setup a table with code. I’ve looked in the API at the columns property. However I’m unable to find and documentation of the parameters for the look of the table. Example: header background color, text color, link color, alternate row color…

These can be setup through the UI editor. Is there a way to fully define the setup of the table with code?

Hi Kevin,
In my opinion, using repeater to do the function you want may more user-friendly & use fewer code.

Hope this is an idea for you.

Hi,
You cannot customize the table using code. However, as Heson suggested, I think that using a repeater in this case can be more useful since you can customize it however you want.

Good luck,
Tal.

I’ll checkout repeaters. it seems funny that the API has the column parameter to setup a table, but no ability to modify the look