We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of right now, UniDataTable does not reflect server side changes to the column.Sort property.
column.Sort
Steps to reproduce:
UniDataTable
protected void Handle(Input.ClearSortingTrigger action) { (this.DataTable as Starcounter.Uniform.ViewModels.UniDataTable).Columns.First().Sort = null; }
The text was updated successfully, but these errors were encountered:
Reopening. The problem was fixed in a clone of this repo, but not here.
@tomalec will you take care of this?
Sorry, something went wrong.
Extended solution available at https://github.com/Starcounter/uniform/pull/247 BC would have to upgrade to cover all the scenarios.
No branches or pull requests
As of right now, UniDataTable does not reflect server side changes to the
column.Sort
property.Steps to reproduce:
UniDataTable
and at least one column.The text was updated successfully, but these errors were encountered: