Replies: 3 comments 13 replies
This comment has been hidden.
This comment has been hidden.
-
A draft design of the RowBlock: Based on this design, it's possible that we support GridBlock in a similar way (having the grid container that holds the In this case, the outer DatabaseBlock won't have
|
Beta Was this translation helpful? Give feedback.
-
Within DatabaseBlock, there is its own drag-and-drop behavior, such as row, column dragging, etc. As well as it supports only simple primitive types. In the context of a document, it is like any other block, the whole DatabaseBlock can be dragged freely. But other blocks cannot be dragged into the DatabaseBlock unless the DatabaseBlock supports advanced data types. If other types of blocks are to be dragged into the DatabaseBlock, a type(block) conversion is required. |
Beta Was this translation helpful? Give feedback.
-
Currently, our data structure will or may limit the grid system or database block implementation. Why? Our infra code is a tree structure that each model holds its children. This may affect the code spec of the drag handle (seachBinary part by @fundon), and the way to make the tree into one depth array.
Beta Was this translation helpful? Give feedback.
All reactions