javascript - Sorting issue with 'Date' columns in Handsontable -
i'm using handsontable
in project , facing issues sorting date
columns. seems bug if @ demonstration in website you'll see doesn't work either:
so, question is, known bug? if not, why it's not working in demo? followed examples can imagine i've same code running in machine.
would okay write dates these 2013/05/21
, 2013/07/12
, 2013/12/01
might sort fine strings?
also can add hidden column, containing numbers in correct sort dates are, 1,2,3,...
, when trying sort via date column, sort hidden-numeric column instead? (well, sounds tricky, other ideas appreciated)
yes, indeed known bug in current version.
see open issue: https://github.com/warpech/jquery-handsontable/issues/720
Comments
Post a Comment