Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get Select field displayUsingLabels instead of value! #175

Open
RealityGamin opened this issue Apr 30, 2024 · 0 comments
Open

How to get Select field displayUsingLabels instead of value! #175

RealityGamin opened this issue Apr 30, 2024 · 0 comments

Comments

@RealityGamin
Copy link

When using:

(new DownloadExcel)->withHeadings()->askForFilename(),

everything looks great, except the select statement as an example:

Select::make('Category')->options([
                '0' => 'Certification',
                '1' => 'Vendor/Manufacturer',
                '2' => 'HSE',
                '3' => 'Management/Softskills',
            ])->displayUsingLabels()->nullable()->sortable()->textAlign('center'),

Will make an excel sheet with 0, 1, 2, 3 rather than the actual values

any idea how to resolve such issue please :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant