You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to sort a <b:dataTableColumn> whose data type is a date (dd/MM/yyyy), but it seems like it's not doing properly, even setting the property dataType="date". I've also tried with orderBy="dom-text" or orderBy="dom-text-numeric" but no success.
I'm trying to sort a
<b:dataTableColumn>
whose data type is a date (dd/MM/yyyy), but it seems like it's not doing properly, even setting the propertydataType="date"
. I've also tried withorderBy="dom-text"
ororderBy="dom-text-numeric"
but no success.Please see the example below:
The text was updated successfully, but these errors were encountered: