Giter VIP home page Giter VIP logo

Comments (8)

patrickbrouwers avatar patrickbrouwers commented on September 28, 2024

allFields is a bit of a wrong naming. What it actually does is getting all "attributes" from the Eloquent model and doesn't consult the Nova resource to see what kind of field it is.

I'll probably deprecate and replace this method in the next release by allAttributes to align with the actual functionality.

If you want to have an export that represents how the nova resource index page looks, you should just not using allFields at all and it should work out of the box.

from laravel-nova-excel.

pelmered avatar pelmered commented on September 28, 2024

allFields is a bit of a wrong naming. What it actually does is getting all "attributes" from the Eloquent model and doesn't consult the Nova resource to see what kind of field it is.

I'll probably deprecate and replace this method in the next release by allAttributes to align with the actual functionality.

If you want to have an export that represents how the nova resource index page looks, you should just not using allFields at all and it should work out of the box.

What should I do if I want to include all fields including relationships and computed values?

from laravel-nova-excel.

patrickbrouwers avatar patrickbrouwers commented on September 28, 2024

@pelmered with "all fields" do you mean all fields that are defined as "index" fields on the nova resource? Than you don't have to do anything, those are used by default.

from laravel-nova-excel.

pelmered avatar pelmered commented on September 28, 2024

@patrickbrouwers No, all fields that are defined on the resource no matter where they are displayed. In my case I would like to include all those fields except one.

I think this is the most common use case, because you probably want to avoid side scrolling to use the buttons on the row.

from laravel-nova-excel.

patrickbrouwers avatar patrickbrouwers commented on September 28, 2024

I think currently you would have to specify all fields with ->only() that you want in the export.
We might need to change allFields to do that instead. Feel free to PR that functionality. Happy to incorporate it as a solution in the package.

from laravel-nova-excel.

 avatar commented on September 28, 2024

+1 on the ability to have a true allFields functionality!

from laravel-nova-excel.

xoco70 avatar xoco70 commented on September 28, 2024

Same here. If using only(), when having a relationship with user_id, I can use user that will display the whole json object, but not user.email

from laravel-nova-excel.

patrickbrouwers avatar patrickbrouwers commented on September 28, 2024

PR was merged

from laravel-nova-excel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.