Added two way binding to filter values for both <clr-dg-column>
and
<dclr-dg-string-filter>
. They now offer the
[(clrFilterValue)]
property to bind to.
<clr-dg-column>
now offers a [(clrDgSorted)]
two-way binding to dynamically force a column to be sorted or not, typically on initialization. It also lets
consumers know at all time if a column is sorted or not.
Added an option for single selection mode in datagrid. Use
[(clrDgSingleSelected)]
to use this feature.
forms.clarity.scss
into their own separate files.