Are you going to support Ext.ux.LiveGrid for ExtJS 4?
Regardless of that Ext included it's own implementation of LiveGrid in standard plugins, it's much more simple and unneat comparing to your nice plugin.
I'd really appreciate Ext 4 realization.
Printable View
Are you going to support Ext.ux.LiveGrid for ExtJS 4?
Regardless of that Ext included it's own implementation of LiveGrid in standard plugins, it's much more simple and unneat comparing to your nice plugin.
I'd really appreciate Ext 4 realization.
I have a datagrid using the plugin Ext.ux.Livegrid. We asked me to use paging for datagrid. The purpose of this plugin was to connect to a database backend and renders large sets of data into a grid, without the need of paging. But for my project, i need paging. How can we activate paging with your plugin.
Anyone can explain me what to modify in the source code or to add ? Off course, it' a paging horizontal.
If you need paging then don't use the livegrid but the ext internal grid which already supports paging.
Ext.ux.Livegrid 0.6 is available now which supports ExtJS 3.4.
You can find the release here : http://ext-livegrid.com/download
Ext.ux.Livegrid 0.6.1 was just released which fixes an issue with the store's sortData() method. Download is available at http://ext-livegrid.com/download. Cheers!
Thanks Thorsten, could you please implement that horizontal scrollbar fix which was mentioned here ((c.scrollLeft must be deleted)and works up to 0.5). In 0.61 this "bug" seems to be in again.
Thanks for the hint, I'm trying to reproduce this one later on.
I used paramNames on my store but they don't seem to be working in the live grid store?
http://docs.sencha.com/ext-js/3-4/#!...cfg-paramNames
Code:paramNames: {
start: 'skip',
limit: 'limit',
sort: 'sort',
dir: 'dir'
}
Thanks, I'll look into it.
Hi Thorsten,
Any updates on the paramNames support?
Thanks