I have a columnLabel with the format 'dd/mm/yyyy' (my country's date format) and the problem is the column order is wrong, since 29th of june (29/06) is "larger" than 1st of July (01/07) number wise.
Is there a way to tell pivot.js that the column value and the sorting value are not the same??
I tried with a pseudoFunction and a displayFunction with no luck. Can this be done?
Thanks!!
I have a columnLabel with the format 'dd/mm/yyyy' (my country's date format) and the problem is the column order is wrong, since 29th of june (29/06) is "larger" than 1st of July (01/07) number wise.
Is there a way to tell pivot.js that the column value and the sorting value are not the same??
I tried with a pseudoFunction and a displayFunction with no luck. Can this be done?
Thanks!!