Starcounter / Starcounter.Uniform

Helper library for server-side part of uniform components.
MIT License
0 stars 0 forks source link

UniDataTable does not refresh UI when a column's Sort property changed #27

Open miyconst opened 5 years ago

miyconst commented 5 years ago

As of right now, UniDataTable does not reflect server side changes to the column.Sort property.

Steps to reproduce:

protected void Handle(Input.ClearSortingTrigger action)
{
    (this.DataTable as Starcounter.Uniform.ViewModels.UniDataTable).Columns.First().Sort = null;
}
warpech commented 5 years ago

Reopening. The problem was fixed in a clone of this repo, but not here.

@tomalec will you take care of this?

tomalec commented 5 years ago

Extended solution available at https://github.com/Starcounter/uniform/pull/247 BC would have to upgrade to cover all the scenarios.