Can CUBA support to do this kind of table? which to include the picture, email and phone number in one field. and also to make another pages for the table if the table’s row is more than 5 rows
You can try to implement this using a custom renderer. have a look a the sample. If you don’t need exactly this design, you can try details generator
1 Like
thank you so much. One more, how about to make pages for the rows, just like the bottom part of the picture?
This control
can be added to the screen if you add the <rowsCount/>
component to a data table. It is automatically added to all generated screens-browsers.
1 Like