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

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

android - Basic camera in app -

javascript - Can I make channel list with youtube API if I do not own the channel? I don't receive error but nothing display? -