Multiple dataTable in the same page
Multiple dataTable in the same page
Kumaetsu
Posts: 6Questions: 3Answers: 0
Hello, I have a question, on a page I have 7 data tables, sometimes it returns an error when loading that page, I guess because there are too many requests at the same time, so I want to do that by pressing a button and just pressing it the data table is executed How would this be? could you help me? regards
This discussion has been closed.
Answers
What is the error?
You would create an event for the button and in the event initialize the Datatable or Datatbles you want.
Kevin