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 ?