Our blazing fast Grid component built with pure JavaScript


Post by braincept »

Hi there

We are looking for a solution to show/hide resources in the vertical as well as horizontal scheduler. We have not found an example for that (there is only filtering).

We would like to display a dropdown with checkboxes to show/hide resources from the scheduler.

Post by saki »

It is not fully automatic but very easy to implement. The store supports filtering so if you defined a custom field, `hidden` then you could filter based on the value in it and you can set the value to from the dropdown.

Post by braincept »

Hi Saki

Thanks for the fast feedback. Is there any example for Angular7 available for this filtering?

Post by saki »


Post Reply