Versions Compared

Key

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

...

Table Structure

  • MUIDataTable is used to implement Table component.

  • Every columns are entry given as an Object

...

  • Any customizations at column level is by customBodyRender hook available in all the colums ‘option’ property.

Data fetch,load and render :

Once the data is fetched using /bpa-services/v1/BPAREG/_search API, the returned data is formatted and dispatched to redux

...