Bram Peirs

Results 8 comments of Bram Peirs

$$gtRowClass does not exist in the tabledata when lazy load = true

The gtRowClass pipe does not get applied here (when layload = true): https://github.com/hjalmers/angular-generic-table/blob/4b2fe131934e7e1e5256c219c706d15d6cc896be/%40angular-generic-table/core/components/generic-table.component.html#L41

Dear Alex, I am using tree structures in a project. When children are selected I would like to add an indeterminate to the parent. Example ![schermafbeelding 2018-03-27 om 09 12...

You have to specify `host` in your createPipeFactory. https://github.com/ngneat/spectator?tab=readme-ov-file#using-custom-host-component

We are using the `modalService.show` to spawn a modal. This modal has a `cancel` and `confirm` button. The implementation however always focusses the first focussable element. https://github.com/carbon-design-system/carbon-components-angular/blob/master/src/modal/modal.component.ts#L242 ## Reproduction https://stackblitz.com/edit/stackblitz-starters-975hjnew?file=src%2Fmain.ts...

Q: is this still WIP? When testing in storybook, the fluid layout seems broken ![Scherm­afbeelding 2024-11-14 om 10 15 23](https://github.com/user-attachments/assets/47601b6c-39cc-4318-ab7c-0be98caa4b61) The counter does also not update when typing.

Q: does storybook still compile for you on version 1.65 for the styles? For me I get a webpack error. When changing version to 1.67 everything works again.