Arjay Angeles

Results 436 comments of Arjay Angeles

The seeder does not work on SQLite and always hits a unique constraint issue. I tried to export 7275 records and got the expected output. ```php public function query(): Builder...

@uchajk maybe [orderFixed](https://datatables.net/reference/option/orderFixed) option would help in this case? Not tested but maybe you can add a `post` order defaulted to ID.

Haven't used Zillow for quiet some time so I may not be able to fully test the PR. Can you confirm that this is working and I would gladly merge...

Thanks for reporting, I think this is already fixed in versions 10 & 11 as it ensures that `int` is returned for length. ```php public function length(): int { $length...

If you can't upgrade for some reason, feel free to submit a PR to the `9.0` branch. Thanks!

The docs site is fixed. I think there is not much-breaking change from 9.x to 10.x and 11.x

Use [dom](https://datatables.net/reference/option/dom) with some css

Can you please provide snippets to reproduce the issue? thanks!

I think the issue is in your `pestphp` installation and not on the package. - pestphp/pest[v2.33.6, ..., v2.34.0] require phpunit/phpunit ^10.5.10 -> found phpunit/phpunit[10.5.10, ..., 10.5.18] but it conflicts with...

It seems like `pestphp` was accidentally added in `require` and it should be in `require-dev`. Released https://github.com/yajra/laravel-datatables-export/releases/tag/v11.1.1, Thanks!