Adds the ability to either automatically or manually refresh a SilverStripe GridField
Adds the ability to either automatically or manually refresh a SilverStripe GridField
To enable the refresh, add the component to the GridField. The parameters control the delay between automatic refreshing
and whether or not to use automatic or manual refreshing. Choosing manual refreshing creates a button to trigger the
refresh. Automatic refreshing hides the refresh button and triggers the refresh at a specific interval.
$gridFieldConfig = GridFieldConfig::create()->addComponents(
new GridFieldAjaxRefresh(5000,true)
);
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem