I'm using a Ttk treeview to display a big amount of datas (i.e. 20 columns of 60.000 rows) from a csv file.
I added the possibility to filter a bit all these datas. For the columns, no problem as I'm using displaycolumn method but for the rows I couldn't find other solution than clear my treeview then add again the datas I want, but it's really time consuming.
Do you know a way to hide a row in ttk treeview without clearing it ? Maybe I'm not using the right widget to display these amount of datas, do you have any advice?