jQWidgets Forums

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

Silvio
Participant

This happened to me as well, setting the tree component while the div is invisible causes the tree check-boxes to be misaligned with the text.
On my case, I set a timeout to refresh after the element was visible.


Silvio
Participant

Works fine, Thanks a lot


Silvio
Participant

Ok, I used the described method. Thanks a lot.

in reply to: Filter like data table Filter like data table #55440

Silvio
Participant

So, I’m doing my own text search that will apply a contains filter on all of the columns.

However when I add the filters on two or more columns they are doing an AND instead of OR, meaning that my grid will always be empty as the result.

Question, is there any way to change this behaviour and perfectly simulate that same search we have on the data table.

Thanks in advance,
Silvio


Silvio
Participant

I was able to reproduce and find out what was happening. I am going to write it down here for documentation purposes, but the problem was on my data.

The reason was that my Id’s on each item were being generated by a wrong field, which would repeat itself after a while. So , when there are repeated id’s , the hasthreestates property does not work so well.

This is a jsFiddle to reproduce it

http://jsfiddle.net/silvioamaral/65MeN/

Cheers


Silvio
Participant

An update: I identified that some items in the category do not trigger the threestate on the parent. Will investigate further the data now.


Silvio
Participant

Peter,

Do you believe it to be possible once I have the source code ? My company is working on getting a license.

Thanks


Silvio
Participant

Thanks for the reply.

Viewing 10 posts - 1 through 10 (of 10 total)