Alejandro Duarte

Results 12 issues of Alejandro Duarte

**Describe the bug** Importing data with `LOAD DATA LOCAL INFILE` doesn't work, presumably, because DbGate uses either an old MariaDB connector or a MySQL connector. **To Reproduce** Steps to reproduce...

Add keyboard shortcuts for CRUD actions and form buttons.

enhancement

See https://github.com/alejandro-du/crudui/issues/11#issuecomment-263313338

enhancement

Example: ```Java crud.getCrudFormFactory().addProperty(String.class, User::getName, User::setName); ```

enhancement

Make the UI adaptable to different screen sizes.

enhancement

This needs to be in place before moving to `stable` release.

This add-on doesn't support Vaadin 23 or later. For that to happen, we need DynamicJasper to support Java 11 or later (`jakarta.* packages` support). See https://github.com/intive-FDV/DynamicJasper/issues/144