<@U0F3291QE> As you suggested I used `Fragment` in...
# tornadofx
a
@edvin As you suggested I used
Fragment
instead of
View
for my
Tab
UI. I have some
Labels, Textfields
& a
list
which is binded to a
tableview
. When I use
Fragment
the list contains previous data which was before closing the tab but the labels and textfields get refreshed. When I use
View
the vice-versa happens. I want to clear all the variables and views when I close the tab. How to do this?