feature / UTable and UTableEntity components
-
UTable
component. Build's table with sticky header. Acceptsdata
and columns config -
UTableEntity
component. Extends UTable and add pagination, filters, sorts, byentityName
orrepository
-
UDropdown
andUDropdownItem
component. Wrap element which passed as default slot and shows dropdown on click of this element -
Lookups
util. Can load any entity and get it lookup value -
UBConfig
propertyuiSettings.adminUI.vueEntityTables
which replace all ext grids showList by UTableEntity component
Changed
-
BREAKING removed
UDetailGrid
-
UDialog
now exportserrorReporter
and it available in vue instance as$errorReporter
-
UContextMenu
- registered globally
Edited by Dmitriy Rudnik