You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an app that must enable user to add, change and remove cells and certainly give him a chance to write and execute code in these cells. But I don't need full-scale notebook with all it's functions.
Is this possible with datalayer components?
Can you please provide some example of how can I work with multiple cells
Add cell
Remove cell
Execute code in selected cell
Execute code from a number of cells
Reacting on cell events (input, selection, code execution etc.)
Styling cells (I suppose CSS rules would be enough)
The only thing that I had found in examples is the example with one single Cell component here
But it's unclear how to work with multiple cells.
For example when I add more than one cell I have following issues with an example
Run action in toolbar doesn't seem to work
Shit+Tab action also doesn't work with the second and following cells
Suggested Improvement
Include an example on how to interact with multiple cells
Include some description of props \ events for components
The text was updated successfully, but these errors were encountered:
Problem
I'm working on an app that must enable user to add, change and remove cells and certainly give him a chance to write and execute code in these cells. But I don't need full-scale notebook with all it's functions.
Is this possible with datalayer components?
Can you please provide some example of how can I work with multiple cells
The only thing that I had found in examples is the example with one single Cell component here
But it's unclear how to work with multiple cells.
For example when I add more than one cell I have following issues with an example
Suggested Improvement
The text was updated successfully, but these errors were encountered: