Skip to content

talbe: Use base delegate text in cell delegates

Arjen Hiemstra requested to merge work/ahiemstra/tableamounts into master

We want to be able to override the cell text, which hardcoding to model.display breaks. Instead, we can use the text property of the delegate and default that to model.display.

Merge request reports