Give parameter to widget from page
So basicly I have an arraylist of times:
These will be collected from the database. For each of these times i want to add a table widget to a page. Is this possible? How could i pass the time onto the widget?
$times = ['13:30', '18:00']These will be collected from the database. For each of these times i want to add a table widget to a page. Is this possible? How could i pass the time onto the widget?