Page History
List (PRIM_LIST)
| Panel | ||
|---|---|---|
| ||
Tree and list control supporting data entry and user defined cells |
Ancestors - Control (PRIM_CTRL)Object (PRIM_OBJT)
...
List is also used as the basis for the DropDown control. The result is that all the features available in list are also available in the drop down area of DropDown.
| Note | ||
|---|---|---|
|
...
| Execution in the browser does not lend itself to high volumes of data. Adding thousands of entries to a list will impact performance. Instead, you should use improved filtering, page at a time and load on demand strategies to ensure that the data is limited. |
Example
This example shows a simple list with a number and button columns. The button is hidden if the row is an even numbered row. Clicking the button will delete the row.
...