[FEATURE] Add filter to columns selector in recordlist
To ease the use of the new columns selector, especially when dealing with tables, having a large number of columns (e.g. pages or tt_content), a filter is added to the columns selector action bar. The remaining actions, such as "check all" are then bound to the current filter result. This allows to quickly select a specific group of columns. Resolves: #94680 Releases: master Change-Id: I348fcb9b043a2dd5697248be7aebd322c25cdf3f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70169 Tested-by:core-ci <typo3@b13.com> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/Sources/Sass/typo3/_main_form.scss 4 additions, 2 deletionsBuild/Sources/Sass/typo3/_main_form.scss
- Build/Sources/TypeScript/recordlist/Resources/Public/TypeScript/ColumnSelectorButton.ts 107 additions, 29 deletions...dlist/Resources/Public/TypeScript/ColumnSelectorButton.ts
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/core/Documentation/Changelog/master/Feature-94680-ShowColumnsSelectorFilter.rst 36 additions, 0 deletions...ngelog/master/Feature-94680-ShowColumnsSelectorFilter.rst
- typo3/sysext/recordlist/Resources/Private/Language/locallang.xlf 3 additions, 0 deletions...ysext/recordlist/Resources/Private/Language/locallang.xlf
- typo3/sysext/recordlist/Resources/Private/Templates/ColumnSelector.html 29 additions, 11 deletions...ecordlist/Resources/Private/Templates/ColumnSelector.html
- typo3/sysext/recordlist/Resources/Public/JavaScript/ColumnSelectorButton.js 1 addition, 1 deletion...dlist/Resources/Public/JavaScript/ColumnSelectorButton.js
Please register or sign in to comment