I have the following function:
$xcrud_membership_events->button('#', 'Inschrijven Evenement', 'glyphicon glyphicon-pencil', 'xcrud-action',
array( // set action vars to the button
'data-task' => 'action',
'data-action' => 'signup',
'data-primary' => '{event_id}',
'data-confirm' => fetch_extended('Dashboard Signup'))
);
Would it be possible after the ajax script has executed to refresh/reload another xcrud dataset. Currently I have no way to control the script or have a return json after an Ajax function has been executed through a button press.
Hope someone can help.
$xcrud_membership_events->button('#', 'Inschrijven Evenement', 'glyphicon glyphicon-pencil', 'xcrud-action',
array( // set action vars to the button
'data-task' => 'action',
'data-action' => 'signup',
'data-primary' => '{event_id}',
'data-confirm' => fetch_extended('Dashboard Signup'))
);
Would it be possible after the ajax script has executed to refresh/reload another xcrud dataset. Currently I have no way to control the script or have a return json after an Ajax function has been executed through a button press.
Hope someone can help.