Includes recipes to help develop and customize QuickApps.
Recipes that explain how to change the layout of your QuickApp.
You can effectively organize your QuickApp and its widgets by creating multiple tab panels.
You can divide your QuickApp view into individual sections by using the layout type splitter.
splitter
Using the layout type accordion (or collapsible), creates multiple panels in which additional widgets and layouts can be nested.
accordion
collapsible
This recipe demonstrates how to create an interface that gives the end user different options for downloading data grids and charts from a QuickApp.
Using the clickable_ attribute in a QuickApp allows the user to interact with the data table and select specific columns and rows. With this attribute, you can create a clickable grid that displays the selected values in a chart.
clickable_
You can use a slider widget to select data in a grid where the values are formatted based on the selection.