Everything works fine and I manage to create a table, but I need to make the right column larger than the others. It is possible to resize columns when I create a table in the web interface. Is it possible to do so via API?
I tried to make the table 100% wide and used such approaches as: <table width=100%> and <table style="width: 100%">. None of them worked out. The table still looks like this:
I found Asana’s internal syntax for this by reading a task’s html_notes that contained an already-formatted table. The syntax is read-write as of 3/11/24 and is as follows: