JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Table › Initial Sort › Reply To: Initial Sort
December 5, 2022 at 6:33 pm
#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 2 years, 1 month ago by pbgcosta.