Mutiple tables in one screen

Hi!

How do we implement this add-on if we have multiple tables in one screen?

Thanks!

Hi,

Do you want attachable buttons for both tables or just one of them?

CUBA 7 UI API with the interface or do you use the annotation?

Cheers
Mario

Hi Mario,
I’m using CUBA 7 UI API… using implements WithAttachmentsSupport.
I want to have attachable buttons for both tables. The first table is already good… the second table is where I’m having trouble.

Thanks!

Hi,

the addon does not support out of the box (via the WithAttachmentsSupport interface). That being said, you can look into the implementation of the interface and just copy the corresponding parts and apply that to the second table manually. It is not much code, mainly creating a button with a link to the attachments browse screen.

Cheers
Mario