You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix export on columns from eloquent relation (#29)
* fix issue with column from relationship not exporting
1. remove condition where $row is being check if not Model
2. use Array dot method insted of flatten.
* Fix stan error on is_numeric method
* Update change log
* Fix pull request no.
* update CHANGELOG
* revert isNull param type
0 commit comments