Hello guys I am triying to implement pagination but my columns order and the input filter are not working. Its seems that when I click the column or input the data keeps in same state.
*If i dont use asynchronously the normal order and filter are working well.
I notice each time I click on column and filter, the asyn function is executed, but is not ordering o something is happening in the middle of that. I did not found nothing in the documentation is this normal behavior or do i Need extra config?
I am using Laravel with pagination and it seem sis working because the pagination is working too but the order in the component is failing and I dont find any information in documentation I dont know is currently suppported
Hello guys I am triying to implement pagination but my columns order and the input filter are not working. Its seems that when I click the column or input the data keeps in same state. *If i dont use asynchronously the normal order and filter are working well.
Here is my async function
I notice each time I click on column and filter, the asyn function is executed, but is not ordering o something is happening in the middle of that. I did not found nothing in the documentation is this normal behavior or do i Need extra config?
I am using Laravel with pagination and it seem sis working because the pagination is working too but the order in the component is failing and I dont find any information in documentation I dont know is currently suppported