Versions Compared

Key

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

This article shows how to initialize the table grid with an external data source.

...

  1. Navigate to the grid configuration page and go to Data Source tab 


  2. Select previously created data source from the drop down


  3. Result Preview will display information from the selected data source
  4. Configure Mapping: 
    Select columns from the data source to load information into previously created grid columns. 

    Info
    titleNote!

    Following column types could not display data from the extenral data source:
    date, date/time. sequence, userlist

    In case you have these type of data in your data source, please map them into columns with string or text type.


    Image Modified

  5. Save changes.

    This is how it looks on the issue view.
    Image Added

Congratulations! Now you know how to initialize grid wit an external data source.

...