Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Widget types

Basic

Widget

Example

Text

Image RemovedImage Added

Button

Image RemovedImage Added

Input

HTML

See video

Charts

Widget

Example

Bar Chart

See video

Line Chart

Pie Chart

Image RemovedImage Added

Scatter Plot

Image RemovedImage Added

Utility

Widget

Example

List

Image RemovedImage Added

Toggle

Image RemovedImage Added

Color Picker

See video

Grouping List

Image RemovedImage Added

Filterable List

Image Modified

JSON Editor

Image RemovedImage Added

Form

Image RemovedImage Added

Gauges

Widget

Example

Radial Gauge

Image Removedimage-20240130-204440.pngImage Added

Speedometer

Image RemovedImage Added

Other widgets

Widget

Example

Google Map

Image RemovedImage Added

Rule Builder (Advanced)

CRUD Grid

IPM package

...

This should return the Hello from React! text.

...

FAQ

1. How do I use onUpdate in the form widget?

onUpdate is a callback function invoked in the Form Source when any form fields get updated. It gives users access to currentValues following the change to update other values and the form’s fieldSettings. currentValues are already inputted in the available fields.

...