Fix column selection features and button theme
Activity feed
igx-context-menu.directive.ts/projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.ts HA Hristo Anastasov Everything that modifies this._analyticsBtnSetting, along withe the assinging of new auto strategy in beginning of method, makes sense to live in a separate method that is known to modify this, instead of living under renderHeaderButton method which does more than one thing. |
igx-context-menu.directive.ts/projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.ts HA Hristo Anastasov Export this in a method, i.e. "getNewAutoPositionStrategy()" for example |
igx-context-menu.directive.ts/projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.ts HA Hristo Anastasov Suggested change |
igx-context-menu.directive.ts/projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.ts HA Hristo Anastasov First the columns are iterated to get the indexes, then the index is used to iterate the columns again and find the column. This whole thing can be improved to iterate only over the columns, until finding the last visible column. And assigning the last visible column to a
|
igx-context-menu.directive.ts/projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.ts HA Hristo Anastasov Please add a comment why the debounce time is needed. |
Zdravko Kolev completed the pull request |
Zdravko Kolev approved the pull request |
Zdravko Kolev joined as a reviewer |
2 |
Dobromir Tsvetkov created the pull request |