On Tue, Jun 29, 2010 at 02:05, Nika wrote:
>
> Hi Derrel
>
> I maybe didnt explain exaclty what I meant. I want to hide columns header.
> And I wonder if I need to set it up by using function setColumns. I
> definitely need to have columns Ids. So I wanted to use only one function:
> setColumnIds
Hi Derrel
I maybe didnt explain exaclty what I meant. I want to hide columns header.
And I wonder if I need to set it up by using function setColumns. I
definitely need to have columns Ids. So I wanted to use only one function:
setColumnIds. However this return me an error.
Thanks for the code f
Hi Kanugula
Thanks for that. I'll do as you proposed.
Cheers - Roman
Kanugula wrote:
> The kludge I put for the same problem works great to me.
>
> http://www.nabble.com/RmoteTable-fires-_loadRowCount()-multiple-times-for-very-1st-request-to16628238.html#a16644482
> prevent multiple firings
>
The kludge I put for the same problem works great to me.
http://www.nabble.com/RmoteTable-fires-_loadRowCount()-multiple-times-for-very-1st-request-to16628238.html#a16644482
prevent multiple firings
_loadRowCount: function ()
{
if (this.blockRowCount == undefined) {
thi
Hi Derrell,
I have used the Remote Table quite a bit in Version 0.7.2 and it worked OK
-- extending qx.ui.table.model.Remote, implementing _loadRowCount and
_loadRowData.
I have not used the Remote Table in 0.8 (well, I have not used 0.8 at all,
yet).
hth,
Deacon
Derrell Lipman wrote:
>
> I