Gleb Gorelov

Results 50 comments of Gleb Gorelov

The reason is that every time an item is changed, DataGrid re-renders corresponding row, hence it calls all column generators. Because of this, it's recommended using DataGrid inline editor in...

Can't reproduce the issue. Could you please provide screen descriptor and controller of your screen? A demo project is highly appreciated.

Browser zooming also affects Grid Scrollbar ![scrollbar-issue](https://cloud.githubusercontent.com/assets/6077149/21519780/39cc8c2c-cd09-11e6-942d-ee2b7f8c81be.png)

To change Push transport the custom AppUI class must be created. To do this: 1. Create a custom AppUI class ``` @Push(transport = Transport.LONG_POLLING) public class CustomAppUI extends AppUI {...

Also, describe how to add click shortcut. Take a look at this issue and comment: https://github.com/jmix-framework/jmix/issues/2645#issuecomment-1929421608

1. Add description of available theme variants: `compact` and `no-border` - `io.jmix.flowui.kit.component.richtexteditor.RichTextEditorVariant` 2. Worth mention that unless set to a fixed height, RichTextEditor adjusts its height automatically based on its...

**Option 1:** Implement generic XML element aka wrapper for HTML components. ``` ``` or ``` ``` **Option 2:** Support `dataContainer` and `property` attributes for HTML components in XML only. Loader...

Probably add to https://github.com/jmix-framework/jmix/issues/3748

Relates to: https://github.com/jmix-framework/jmix/issues/2832

Hi, @kgeis! The **Setup Toolbar layout** option is exactly means customizing toolbar, i.e. includes https://github.com/jmix-framework/jmix/issues/3777 request. Same for the https://github.com/jmix-framework/jmix/issues/3642 request: * Text Background color * Text Foreground color