Multiple Tables in 1 page.
Multiple Tables in 1 page.

Hello All.
I have 3 different tables which are located in 3 different folders and I want to see them in 1 page. How is it possible to realize?
This discussion has been closed.
Hello All.
I have 3 different tables which are located in 3 different folders and I want to see them in 1 page. How is it possible to realize?
Answers
To start with each table needs to have a unique
id
. For a basic config that is likely enough. Any other changes that might be needed are based on your code. Things like custom API's, event handlers, etc.Kevin
You've marked Kevin's reply as not answering your question, but haven't explained why. It sounds quite sensible to me.
I don't quite understand why you mean by having a table in a folder. Could you clarify that please?
Allan
Dear Allan and kthorngren ,
I solved it. Just copied js file and php file which is located inside php folder to the main table folder and add all tables in 1 main page.