extjs6.2

Grouping in store with values in extjs 6.2

帅比萌擦擦* 提交于 2019-12-11 14:42:32
问题 I am trying to group my store on department name . Department name contains some null values also . when i am trying grouping along with sort function its result in multiple group from same name. see this fiddel for details. I am not getting what i am doing wrong. Kindly advise. 回答1: Your sorterFn is wrong. The sorterFn has to return three different values: 1 if the second argument is strictly greater than the first. -1 if the second argument is strictly smaller than the first. 0 if both

ExtJS 6 app.js does not updates after new production release

青春壹個敷衍的年華 提交于 2019-12-11 07:37:30
问题 We are using Extjs 6 and we are using sencha cmd to build our application. We are facing one issue. Every time we release production version of our application like 6.3 to 6.4, bundled app.js does not get updated and browser take that file from (from disk cache) . So every time we have to tell our users that please clear your browser's cache after you got new release. That's annoying . This is my app.json file. "output": { "base": "${workspace.build.dir}/${build.environment}/${app.name}",