How to load updated data from table 2 to table 1 without loading table 1?
Hello, I'm trying to do a left join by a call of a button (partial load), but the idea is that my table 1 is not reloaded, I would like to load the new data in table 1, using the data from table 2 without loading table 1, I'm loading table 2 normally, but the idea really is that table 1 does not suffer a new load. You can?