cms
cms copied to clipboard
Uncaught TypeError: Cannot read property 'id' of undefined
I have installed fresh lavalite with instructions. logged in to admin panel. Then i go to pages and click on page name to edit it, its giving me following error in console.
Uncaught TypeError: Cannot read property 'id' of undefined
at HTMLTableCellElement.
I attached the screenshot..

Kindly help to figure out what is the issue...
Change line 101 of index.blade.php like this this -> this.closest('tr')
var d = $('#page-page-list').DataTable().row( this.closest('tr') ).data();