Fuelux Tree: How to filter items based on status checkboxes -
I have successfully implemented FuelUx tree control, but I want the user to click on a different status check mark (ie active or stored).
Any suggestions about implementing this feature?
 My first inclination is an active / inactive / The archived / key which will add the class data source      This will allow you to toggle an item to display at any given time. You can also use class-associated styles to customize icons based on state.    attr.cssClass   
 
  
Comments
Post a Comment