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
Post a Comment