Why is the DataTable turns to normal table when clicking/calling another function?

Why is the DataTable turns to normal table when clicking/calling another function?

webby786webby786 Posts: 2Questions: 1Answers: 0
edited March 2022 in DataTables

I used Bootstrap DataTable in my Laravel-Livewire project. I noticed that when I click another function (Add, Edit, Delete, Store, Open a modal and etc.) the DataTable turns into a normal table.

Here is the link to my datatable.
http://vpn.iptvbx.com/accounts/account-list
It will ask you to login demo account username and password is give on login page

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    The 500 error when editing probably isn't helping - I'd suggest fixing that first:

    Error Typed property App\Http\Livewire\Accounts::$selected_account must not be accessed before initialization

    Allan

Sign In or Register to comment.