Closed miyconst closed 5 years ago
The default value of every column of a UniDataTable view-model is an empty string.
This is wrong, because on the client side binding it's treated as "value set" and results in the following HTML:
<uni-data-table-sorter direction> Column name </uni-data-table-sorter>
Instead of
<uni-data-table-sorter> Column name </uni-data-table-sorter>
For the columns without sorting on the first page load.
Fixed and should be shipped in the next release.
The default value of every column of a UniDataTable view-model is an empty string.
This is wrong, because on the client side binding it's treated as "value set" and results in the following HTML:
Instead of
For the columns without sorting on the first page load.