Hi!
I am displaying a LIveTable through LiveData. Everything is fine except for one filter linked to a property which is a staticList of 15 defines values/ids.
The problem is that In LiveData this filter selector only displays the first 10 values (out of 15) and these values do not even correspond to the ones present in the items (no such issue when I was using directly the LiveTable).
The is no problem when using editing this property in an item inline : in this case the whole list of values is available through the selector.
Is there a way to sate that I want all value and not only the first 10 ones?