I have two tables:
Table1 that load many XML files from folder and its take some time.
I have table2 and the source = table1.
The problem is that now all the XML files are loaded twice and the load time of the project is double himselfe
how can i fix this ?
↧
double loading when source = table
↧