I have some tables with id and descriptive data. In an additional table these tables are referenced.
Table A
id int (key)
name string
description string
Table B
id int (key)
name string
description string
Table mix
id_A FK(id tableA)
id_B FK(id tableB)
If i now create a datatable for the mix table
web mvc datatables add --type ~.web.mixController
all fields (name and description) of table A and B are shown.
1) How can I change this that only the name is shown?
2) It seems that filtering on the reference columns is not working? I get an exception: org.gvnix.web.datatables.util.DatatablesUtils - Exception preparing filter for entity