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? -

javascript - Why Selenium can't find an element that is graphically visible -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -