You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
My problem:
I would like to have a widget that the user can dynamically change the data it is bound to.
My solution:
Backend
Continuously send requests to all possible data-id for this widget type :(
Front end:
Add a selection to the widget layout. When the selection of an object change, its data-id is
set to the right one.
Then it is not working. My widget is a simple modification of the Table one.
The dashboard .erb file:
The widget .hml file:
The .rb file:
The text was updated successfully, but these errors were encountered: