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 do I initialize a datasheet with empty columns and rows which fills up my container? #310

Open
vanshreddy opened this issue Nov 21, 2021 · 1 comment

Comments

@vanshreddy
Copy link

I have looked around alot but could not find the solution even in the documentation

@nadbm
Copy link
Owner

nadbm commented May 23, 2022

Sorry @nick318, this repo is not really maintained but for whoever finds this:

You need to initialize empty data matrix and pass it on to the data field

      <ReactDataSheet
        data={ [["",""],["",""]]} />

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

2 participants