I have tried to integrate livewire datatable into my project. unfortunately when I check an item it is not being marked with background color in real time. It works when I move to the next page with pagination link. I think my datatable livewire component is unable to send request when the item gets checked.
(datatable component is inside another livewire component-ManageRoles.