How to save and reload the state of the dxdatagrid component the angular way
Next to our dxdatagrid component we would like to show a list of predefined states for the component. A state is just the information about the current visual representation of the grid (visibility of columns, sorting, filtering...).
Unfortunately the component has just a method for passing in the newly selected state and not a property which would allow to set up a binding.
So what is the angular way to setup such a task if the smart binding way is not available? Maybe I miss completly something here - but I would be grateful for every advice.
链接地址: http://www.djcxy.com/p/31056.html