jmix-docs
jmix-docs copied to clipboard
Improve DataGrid doc
Description
Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/dataGrid.html
- General:
- Update examples for
renderers
, using renderers with@Supply
annotation (UI Samples link), using predefined XML renderers (localDateRenderer, localDateTimeRenderer etc.) (https://github.com/jmix-framework/jmix-docs/issues/600) - No info for other column handlers
- Document
aggregation
- Document
headerFilter
- Document
sort by multiple columns
- Document header and footer API - UI Samples link - CUBA Doc
-
ItemsDetails
UI Samples link
- Update examples for
- Add attributes:
-
columns
- Add
resizable
,sortable
attributes forcolumns
element. Describe the priority of these attributes.columns
- according to the default for all. The attribute value in thecolumn
takes precedence.
- Add
-
column
-
filterable
-
-
dataGrid
-
aggregatable
,aggregationPosition
-
css
-
focusShortcut
-
multiSort
,multiSortOnShiftClickOnly
,multiSortPriority
(+ link to the Vaadin's doc)
-
-
- Add handlers:
-
enterPressHandler
-
tooltipGenerator
-