Drawer marketplace component

The ‘Drawer’ marketplace component requires an ‘event’ data layer but when I try to activate the Drawer from within the UI data table component via ‘on record select’, there is no ‘events’ data layer to select.
Is there a soloution?
Regards,
Paul

Hi Paul,

We do not actively maintain these components anymore, they have been entirely open sourced. You can see the drawer component source code here: ui-builder-library/components/bl-drawer at main · Backendless/ui-builder-library · GitHub

Since the components follow the React model, it should be possible to advance them by pointing Claude Code or Codex to the repository and request it to make changes. Modified components can be deployed back to your app.

Regards,
Mark

Thanks Mark