Skip to content

fix(adminui-vue) UTableEntity

Dmitriy Rudnik requested to merge feat/adminui-vue-grid-navigation into master

Changed

  • UTableEntity user-select option to allow selection in table
  • UTableEntity added ability to scrolling table by pressing pageUp and pageDown

Removed

  • UTable user-select option to allow selection in table

Fixed

  • UMasterDetailView incorrect display of total count. Resets total on any changes in filters
  • UTableEntity css fixes:
    • filters will try to expand to full width
    • will wrap on overflow
    • pagination white-space sets to no-wrap

Merge request reports

Loading