Robert Jaros

Results 109 comments of Robert Jaros

I have created a small Kotlin project, which addresses this issue: https://github.com/rjaros/r2dbc-e4k

You don't need to replace something that works - there is no problem adding another module.

I'm using the module in one of my apps, but it's very simple usage (just to show a location of the entity). Maven central stats show about 1K downloads a...

Unfortunately I have no idea if it is still possible. The old API of Tabulator was completely rewritten (https://github.com/olifolkerd/tabulator/commit/49da96fff69f48b73bffb23b2bc8df0b5aca3217). Maybe you should open an issue with your question in the...

The `RowComponent` has `getIndex()` method which returns the key value for the given row data. The key field name is `id` by default, but can be changed with `index =...

In this case it's hard to implement it better, because the data is passed as `event.detail` field (https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/detail), and it's different for different event types. You can do this 100%...

Styling tabulator is now possible