The table disappears Editor with DateTime, Date, Select2
The table disappears Editor with DateTime, Date, Select2
Good morning everyone, I can't find the solution for this problem, if I use Fields\Text::make, Fields\Select::make, everything works perfectly but if I try to use DateTime, Date, Select2 the table disappears completely from the page I'm using laravel 10 with the latest version of yajra datatables and also latest version of the editor, if I add the option in the editor
Fields\DateTime::make('created_at')->format('d-m-Y'),
the my table disappears and I view it like this, any suggestions on what I need to see to solve this problem?
This question has an accepted answers - jump to answer
Answers
I would look for errors in the browser's console.
Kevin
You'd need to ask over at Yajra. We can't provide support for third party software I'm afraid.
I would suggest taking a look at your PHP logs to see if there is an error reported, and also check the JSON response.
Allan
thanks, it's true I knew that there is no support provided with yajra but I tried to ask anyway, thanks for the answer