I am using a data grid in my app, Is there a way I can add blank rows to my data grid?
I would need to copy paste values to it later once blank rows are added
Question1: Can I do it using Add button? Question 2 : Can I do it if there is relation which is configured to add button Question 3: Can I give an input saying 20 rows and click add such that it creates 20 rows?
Basically I have a List of creators I send to my client as a part of my pre campaign prep
Meaning I have a list of table which has more than 1000 creators I work with.
Every client I work with will have a pipeline created in my system
Each pipeline will have a thing called community List where our team will add values into.
Having a form approach is not a good experience because most of the times there will be more than 100 creators that have to be added (Even search and add wouldn’t be preferred)
They prefer copying names in build and and pasting it
**My team will use the main creators sheet → Copy all the names that are relevant and want to paste it in the pipeline (Space where I want to show this blank data grid I create) **
Meaning In pipeline lets say I want to add 100 Creators → I want an option to be able to create 100 rows → using JS → then My team can copy all relevant 100 names and paste it in this blank rows created just now
PS: The blank rows would need to be created on a relation as pipeline and creators to be added to pipeline are in separate table and linked via relationship column in pipeline table.
Sounds complicated but solves lot of issues for my team is what they are saying.