Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • refresh

    refresh()

    [starting from version: 1.6]

    Redraws the component.

    This API call allows you to control redrawing of the component when you use the following API calls:

    • addCondition()
    • removeAllConditions()
    • removeCondition()
    • setFormat()
    • setOptions()

    Example

    To add grid title and redraw the component to see changes, use the following API calls:

    flexmonster.setOptions({
      grid: {
        title: "Table One"
      }
    });
    flexmonster.refresh();

    Try on JSFiddle.

    See also

    addCondition
    removeAllConditions
    removeCondition
    setFormat
    setOptions