Tenho uma tabela do thinlet com 2 colunas e não consigo tornar as colunas "resizable". Eu olhei no fonte do ThinG (o thing.xml) e eis o trecho com as colunas reajustáveis, certinho.
<table name="props" selection="single" weightx="1" weighty="1" action="tableSelectionChanged()">
<header>
<column name="props_key" text="Property" width="80" sort="ascent"/>
<column name="props_value" text="Value"/>
</header>
</table>
E o meu... que não funciona o reajuste de colunas :evil:
<table colspan="2" name="tblGrupos" weightx="1" weighty="1">
<header>
<column sort="ascent" text="Descrição" width="80"/>
<column alignment="right" text="Id"/>
</header>
</table>
Alguém tem alguma dica?!
