Versions Compared

Key

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

...

Next the fed object will be requested by the field generator directive, which is the single point of implementation for the actual display of the fields. The directive will check if the current object needs to implement an angular component, and them generate the html for the UI


Configuration Sample

Result Body Implementation for Search Tab

This is the structure the Search tab implements, it is basically the body of a result, in which the body in made from multiple arrays, where each array represents a row in the actual display of the body.

And inside each row, there’s one or multiple field configurations, each one with its properties,

  • generic like the field, type or label property;
  • or type specific like it is the format property for the date type field


Image Added

Result Body Implementation for Search Tab

Here is another structure, this one is for the metadata structure, which is simpler than the result body, in this case the metadata just displays every field in a single column

Image Added