Replies: 3 comments 2 replies
-
So what exactly isn't working? Is there any error in the console? Please show the part of the code responsible for configuration. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Show me your code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is probably a problem with the height of the content on the cell. function onCellCreate({ row, time, vido }) {
return vido.html`<div class="my-grid-cell-content" style="height:100%" @click=${() =>
onGridCellClick(row, time)}>!</div>`;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our company wants to use your plugin. Currently, during testing, we have found that the new project is invalid, but the deletion is valid. Is this a writing issue? Can you help me implement it? Or tell me where there is an error
Beta Was this translation helpful? Give feedback.
All reactions