Message 1 of 3

Not applicable
10-25-2018
05:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I am playing around with tables and I want to change how a table looks like, but I can't seem to set this value to more than 4.
Am I missing something?
My code is super simple, but in case anyone is wondering, what I am doing is:
tabCmdInput3 = inputs.addTabCommandInput('tab_1', 'Add Link') #tabCmdInput3. tab3ChildInputs = tabCmdInput3.children # Create table input tableInput = tab3ChildInputs.addTableCommandInput('table', 'Table',4,'1:3:2:1') tableInput.minimumVisibleRows = 4 ## any number larger than 4 will fail.
Solved! Go to Solution.