Customizable Table Columns in Apache Isis

85 Views Asked by At

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?

1

There are 1 best solutions below

2
Dan Haywood On

Yes. It's a bit hacky, but you can provide an implementation of TableColumnOrderService