Arjay Angeles

Results 436 comments of Arjay Angeles

You can use the responsive extension or adjust the `dom` option and add a `table-responsive` wrapper on your table.

Note: need to review as encoding the keyword is a change in behavior and might cause a breaking change.

@dyaskur thanks for the review. However, adding `is_encoded:true` in the script will not affect the serverSide implementation as the js library will not send it back in the ajax request....

@aravael, would you be able to test this and see the impact on your existing project? Would you approve this PR?

@rvaldebenito35 thanks for reporting, can you please provide some snippets to reproduce the issue?

Use the `File` or `Image` field, then set some [upload rules](https://yajrabox.com/docs/laravel-datatables/10.0/editor-rules#upload-rules). Inspect the ajax request to see the payload. Unfortunately, it's not well-documented atm. Thanks! ```php Fields\Image::make('avatar') ->fieldInfo('The image must...

Good point! I think we can remove the `@internal` doc and just merge the docs for both current internal description?

No plans but open for a PR if you can. Thanks!

Good points provided @OzanKurt. Will also try to implement it if I can. > 5: the batch job is needed to check the status for real-time response. > 10: agree,...

I think eager loading should be faster. Try reviewing the SQL generated by the package by inspecting the ajax request with APP_DEBUG=TRUE. You might be having an N+1 issue in...