This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
Workshop abstracts away the need to write HTML or CSS to resize your widgets or sections. As you read in the widget documentation, configuration panels will allow you to set height and width in absolute or relative terms.
Say you’ve decided that your filter list widget is too cramped and should be expanded by ~10%. This task will walk you through one way to resize your sections, which can also be applied to widgets within those sections.
You’ll have more opportunities to experiment with layout patterns and sizing in future tutorials.
Click on the Section: Inbox Filters item in your layouts panel and look at the DIMENSIONS area of the configuration on the right.
Your filter section has an Absolute column width of 300
pixels. Change it to 350
and observe the sizing change
Click into the Section: Table section and look at the DIMENSIONS area of the configuration on the right. Your table section has a Flex value of 1
.
Change the table section’s Flex value to 3
.
Click back into your Section: Inbox Filters item and in the DIMENSIONS area of the configuration panel, change the Column Width option to Flex and enter the value of 1
.
Save and publish your module, then review the module in View mode.