HI can I ask, is it possible to use serverside in vue3 datatables ?, I didn't see an example of how to use it, can you please send me a link on how to use serveride.
I add serverside:true but it did not work
const options = {
lengthMenu: [ [2, 25, 50, -1], [2, 25, 50, "All"] ],
serverSide:true
};
Thank you in advance.