yajra / laravel-datatables

jQuery DataTables API for Laravel
https://yajrabox.com/docs/laravel-datatables
MIT License
4.75k stars 861 forks source link

The table disappears Editor with DateTime, Date, Select2 #3127

Closed markplus closed 5 months ago

markplus commented 6 months ago

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

[](url)

yajra commented 6 months ago

How many select2 field you have? There is a similar issue I encountered before and the problem was I have 2 forms with the same field name.

Solution: set the ->id('id2') to next field with the same name

Also, check your console error for possible js issue.

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 5 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.