-
看起来你的使用场景是渲染 excel,建议换成 table 或者 table2 组件,然后配置 lazyRenderAfter 属性优化试试
![image](https://github.com/user-attachments/assets/f3cc1f01-8e1c-4750-b8d5-7ae9e8015423)
_Originally posted by…
-
### Describe the problem to be solved
Following up on https://github.com/gristlabs/grist-core/issues/579, @paulfitz @hexaltation @jonathanperret and I sat down to outline a solution to the more gra…
-
This code generates a `ClassCastException`
[`Full stacktrace`](https://github.com/vaadin/vaadin-crud-flow/files/3792962/stacktrace.log)
```java
Binder binder = new Binder();
BinderCrudEditor …
-
The chapter https://hilla.dev/docs/react/components/crud#editor-actions is too brief to be useful for first time Hilla/React user. There should be complete code examples how to add handling save, dele…
-
These steps really could just be merged into one step.
This workshop, comes at the very end of the entire JavaScript section. And campers will have way more practice with the additional labs and works…
-
When using crud editor, it needs to be possible to set web element IDs for the elements in crud editor (e.g. buttons, text editors). The element IDs are needed for test automation.
-
Horizontal padding for footers:
Grid: var(--lumo-space-m)
Editor: var(--lumo-space-s)
Dialog: var(--lumo-space-l)
Then various margins to negate or add to the whitespace. It's needlessly inconsi…
-
[How to Build CRUD Operations with .NET Core – A Todo API Handbook](https://www.freecodecamp.org/news/build-crud-operations-with-dotnet-core-handbook/)
-
One of the limitations of the app at the moment is you cannot add or delete languages. You either have the ones you passed in the initial config, or English and French by default. Consider adding a wa…
-
### Description
Cannot use `vaadin-check-box` or `vaadin-radio-button` in `vaadin-crud` for boolean fields
There are three problems in code
- the way how a component is considered a field (based …