tkintertable
tkintertable copied to clipboard
Table data gets interchanged
When two same tables of same dimension are shown in same page, their data gets interchanged after scrolling one table. Note that both the tables are redrawn in a single function and the table last redrawn inflects its data on the other one.
This image if of both the tables before using scrolling in any table
After scrolling in table on left side, data from right table id displayed in this one also. Table lastly redrawn is the one on right side.
You must be using the same object to populate the tables? I would have to see the code.