purecloudlabs / fixtable-angular

Angular wrapper for Fixtable grid
MIT License
3 stars 3 forks source link

support dynamic columns #26

Open rbrcurtis opened 8 years ago

rbrcurtis commented 8 years ago

by which I mean columns that exist or don't show based on a condition. I can conditionally add a column to the set but if that happens on a future js pass (say after an api call) then rendering widths gets messed up. I have found that it works better to conditionally remove a column so that's how I've set it up for now.