Hi,

i'm using the SmartDataAdapter in cooperation with the LiteralBasedProvider to push instrument data. I have to support different scheme sets:

e.g. ["price", "perf"] or ["bid","ask"]

Now the problem:

I use the DynaScrollTable to show the last 10 bids/asks. So I created a new table with the scheme ["bid","ask"] in distinct mode. But the table also receives updates with only "price" and "perf" data inside, so that there will be empty rows.

I thought itemEvents with no matching fields to the scheme will not be sent to the client.

Should I split the Adapter ?

Thank you