Sinan Öztürk

Results 28 comments of Sinan Öztürk

How can i see the code you wrote in this [link](https://github-7hs33e-zqqhbr.stackblitz.io/)?

hi @ayyash, i didn't understand your request exactly. Setting management package is already loading lazily. They are not added to main bundle(initially). and if we dont give this provider to...

@masumulu28 what do you think? It might be good for customization

There is no CMS kit module in angular

Hi, i couldn't produce this bug in version 17.17.0. I guess it's fixed.

Hi, can you use the method below. ```ts if (table.value && table.value.length > 0) { table.toggleRowsWithCheckbox(event, false); } ```

So, is your problem resolved?

I am testing in this [stackblitz app](https://stackblitz.com/edit/primeng-tableselection-demo-hsxykw). Making clear function as below works for me. ```ts clear(event: any, table: Table): void { table.toggleRowsWithCheckbox(event, false); } ```

Hi @antonGritsenko, this is ABP internal title strategy. It merges page name and project name and bind it to the title. For example if you create a project named `CarStore`...