tkintertable icon indicating copy to clipboard operation
tkintertable copied to clipboard

Table data gets interchanged

Open vishalyo990 opened this issue 7 years ago • 1 comments

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. after-scroll This image if of both the tables before using scrolling in any table before scroling 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.

vishalyo990 avatar Dec 11 '18 12:12 vishalyo990

You must be using the same object to populate the tables? I would have to see the code.

dmnfarrell avatar Feb 06 '19 11:02 dmnfarrell