2013-05-08から1日間の記事一覧

ExtJSのInfinite Gridのつづきのつづき

で、Infinite Gridの表示はいい感じになってきたけど、このGridのレコードを1件取ってきて保存しようとするとエラーとなってしまった。 Uncaught TypeError: Object [object Object] has no method 'filterBy' 状況としては http://www.sencha.com/forum/sho…

ExtJSのInfinite Gridのつづき

昨日の続き。 スクロールを滑らかにするためにGridの実装を以下のようにした。 Ext.define 'app.ux.Grid', { extend: 'Ext.grid.Panel' loadMask: true viewConfig: stripeRows: true enableTextSelection: true plugins: ptype: 'bufferedrenderer' synchro…