I am creating an application with Apache Isis and everything is rendered correctly except that rendered tables are showing all properties from my model.
Is there a quick way to allow users to choose which columns they want to show on the table and preferably in which order?
Yes. It's a bit hacky, but you can provide an implementation of
TableColumnOrderService