How can I filter results from MySQL using AJAX in MVC?
I have a variety of orders that belong to different id_sucursal
s. I want to be able to see all orders, then filter them by id_sucursal
without having to refresh the page.
I have a variety of orders that belong to different id_sucursal
s. I want to be able to see all orders, then filter them by id_sucursal
without having to refresh the page.