You can't define a truly dynamic view in XML (in 1.28 you will have expression binding but not now), the most you can do is bind texts to a model.
To do what you want, you should add the columns and columnlistitem in the controller.
You can't define a truly dynamic view in XML (in 1.28 you will have expression binding but not now), the most you can do is bind texts to a model.
To do what you want, you should add the columns and columnlistitem in the controller.