The table disappears Editor with DateTime, Date, Select2

The table disappears Editor with DateTime, Date, Select2

cmpluscmplus Posts: 58Questions: 12Answers: 0
edited March 5 in Free community support

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

  • kthorngrenkthorngren Posts: 20,346Questions: 26Answers: 4,776

    I would look for errors in the browser's console.

    Kevin

  • allanallan Posts: 61,787Questions: 1Answers: 10,115 Site admin
    Answer ✓

    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

  • cmpluscmplus Posts: 58Questions: 12Answers: 0

    thanks, it's true I knew that there is no support provided with yajra but I tried to ask anyway, thanks for the answer

Sign In or Register to comment.