jquery - How to sort date column with proper format in JQXGrid? -


i facing issue date column sorting jqxgrid plugin. date respond in 'dd/mm/yyyy' formate , need same formate displaying. there sorting issue date column here code.

datafields: [{ name: 'aa', type: 'date'}],  columns: [{ text: 'start date', datafield: 'aa', width: '10%', sorttype:'date', formatter:'date', formatoptions: {newformat:'d/m/y'}}] 


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

c# - Get the Class name in a class with atribute inside a attribute method -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -