ldmarz / le-angular-gantt

Gantt chart component for high amount of data
MIT License
4 stars 1 forks source link

recycler.expandAll() open only one lower level #38

Open OlegMalyutin opened 5 years ago

OlegMalyutin commented 5 years ago

recycler.expandAll() open only one lower level

ldmarz commented 5 years ago

Yes, this method only expand the visible rows

https://github.com/ldmarz/le-angular-gantt/blob/master/src/plugins/recycler/recycler.plugin.ts#L70

If you want to expand all your rows at the same time, you can set the row.model.isCollapse to false to all your rows

https://github.com/ldmarz/le-angular-gantt/blob/master/src/plugins/recycler/recycler.plugin.ts#L53

OlegMalyutin commented 5 years ago

Ok. Thanks for advice !

OlegMalyutin commented 5 years ago

default

OlegMalyutin commented 5 years ago

After change to false, very strange behavior extand work like collapse But where dig I understood. 👍

ldmarz commented 5 years ago

I made this attribute to combine the gantt with this library https://github.com/ldmarz/Fuse... To allow my users to filter the gantt component