Skip to content

Hide fields that contain no data #269

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

Open
frncbeeline opened this issue Nov 18, 2024 · 0 comments
Open

Hide fields that contain no data #269

frncbeeline opened this issue Nov 18, 2024 · 0 comments
Labels
v5 Will be solved in v5

Comments

@frncbeeline
Copy link

Hi this software looks really useful!

Is there an ability to hide fields that are not being used and are not required?

For example, when defining fields within the react component, we have:
-> const fields: Field<string>[] = [firstName, middleName, surName, emailAddress]
But when importing a csv, we have fewer columns to import:
-> csv contains: [["First Name", "Surname", "Email Address"], [...], ... ]

I would like to hide the field middleName on the final page, because it does not appear in the csv file and is not required base on Field information. Currently, "Middle Name" will appear and contain no data

@masiulis masiulis added the v5 Will be solved in v5 label Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v5 Will be solved in v5
Projects
None yet
Development

No branches or pull requests

2 participants