#1610 fwt::Table's model doesn't update?

yliu Tue 9 Aug 2011

Examining the new fwt::Table example,

When you sort a column, and then select a row, shouldn't the new data present in that row be returned?

It looks like whatever was built in the model at startup sticks and never gets synced with what you are seeing on sort.

yliu Tue 9 Aug 2011

I find the same thing happening in flux, whenever you go through the file directory, and sort the name column, the folders will not match up to their current row.

brian Tue 9 Aug 2011

You do have to call refreshAll when you make a table change.

If you have resorted the rows and seeing invalid behavior, then that is a bug which is fixed recently see 1590

yliu Wed 10 Aug 2011

Thanks, I rebuilt the compiler now it works great!

Login or Signup to reply.