0

thanks for your help

I have 3 different tables, which I would like to display in one list with pagination,

the 3 tables have different attributes

table_1{id, title, description, ...}
table_2{id, title, company, phone, ...}
table_2{id, name, country, ...}

is it possible ?

1 Answers1

0

Display 3 different tables in only one list have no sense, maybe you want to display 3 list in only one page. In that case you can do it with Multiple list definitions.

I suggest you to download and install the Test Plugin and take a look to the Tree menu. Also take a look on the Trees controller and how it implement the Multiple list definitions and display 3 list in the index page.

The lists look like this enter image description here

Nelson Otazo
  • 119
  • 6