#104069
pbgcosta
Participant

Boyko,

I tried that … several combinations etc … like only returning or doing:

            if (typeof details.action == "undefined") {
              resultCallbackFunction({
                dataSource: [],
                virtualDataSourceLength: 0
              });
              return;
            }

but never works .. the table don’t load the data and presents a loader forever.

I will have to wait to see how you will change your example because it seems I can’t do it.

Thanks for your help.

Pedro Costa

  • This reply was modified 1 year, 10 months ago by pbgcosta.