Multiple dataTable in the same page

Multiple dataTable in the same page

KumaetsuKumaetsu 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

Answers

  • kthorngrenkthorngren Posts: 21,147Questions: 26Answers: 4,918

    it returns an error when loading that page,

    What is the error?

    so I want to do that by pressing a button and just pressing it the data table is executed How would this be?

    You would create an event for the button and in the event initialize the Datatable or Datatbles you want.

    Kevin

This discussion has been closed.