I'm hoping someone can advise on how I can have better control over how modal popups are generated on page load.
I load a table from a SQL data source with potentially thousands of rows. Each row has a custom URL/Link which opens a modal popup with more details pertaining to the row.
My problem is that it appears as if all possible Modal Popups related to the data table are generated and loaded when the page is loading. This results in very slow page load. Not only is it slow on first page load, but the modal popups (index) also get scrambled when the data table is filtered and reordered...
My question is then, is there a way to NOT pre-generate and load ALL the Modal Popups on page load, but rather generate each popup on Click of the link?
Thanks in advance - I really hope you can advise and help me resolve this.
Please login or Register to submit your answer