Hi, in my case i have rows: ["date"], getting from backend in string (d-m-Y). But i need sort for date as date, because pivot sorting date with first number(11(this)-09-2015)
hello
Hi,
It is not very pretty, but possible.
http://webix.com/snippet/3f57f2ac
The above code adds $scheme to convert date string to date objects, and later uses onDataLoad event to sort data before rendering the pivot.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
hello
Hi,
It is not very pretty, but possible.
http://webix.com/snippet/3f57f2ac
The above code adds $scheme to convert date string to date objects, and later uses onDataLoad event to sort data before rendering the pivot.