Jump to content

Add a view to a table to a custom display


Guillaume FAVRO

Recommended Posts

Hello,

For the needs of a customer i have to to a custom view.

In this customView i want to display a native table, but with a custom view to display specific column in a specifi order.

To display the table i use a UserServicePaneWriter aWriter:

aWriter.setCurrentObject(objectKeyLegalPerson);

aWriter.addFormRowOrGroup(Path.parse("idents"));

is there a way to customize this table (filter, column to display, order of column)

Regards.

Link to comment
Share on other sites

  • 1 month later...

Do you want a custom view or a custom UI

The custom view lets you decide which col to show and in what order when seen in a tabular view. This you can configure from the default table screen, logged in as a user with appropriate rights.

Click on create a new view from the view drop down

 

Provide a label and select the roles this view will be applicable to

 

Now you can select the fields you want to display and the order as well as the sorting order

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...