Angular datatables not filtering data correctly
I am have a list of reservations data coming from an API and I need to add two buttons to filter the data of the datatable, one button for just show the reservations with check_in_date same as today date, and the other for the check_out_date
Angular datatables not refreshing the new data correctly
I am working with Angular datatables in my app and I am showing my list of data I am getting from the service, and I have 3 actions buttons in the UI (showAll – filter check in – filter check out)