HTML Starter Pack
- 25 Mar 2024
- 1 Minute to read
- Print
- DarkLight
HTML Starter Pack
- Updated on 25 Mar 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
HTML Starter Pack Overview Doc
Purpose
The goal of this build is to allow users to be able to create dynamic html tables that can be used in other parts of their projects.
Glossary Terms
Word:
- Property to Column Mapper: These are properties from your JSON object that you wish to use in the table
- Table Headers: These are the table header names for the JSON object properties that you are using
- Table Style Text: This is the styling used for the html table
- Nth Row Style Text: This controls the styling for the rows in your table.
- Json Objects: A list of serialized string objects that you will supply to the subflow so that it can be converted into an HTML table
Main Flows
There are a few key flows in this build the key ones are listed below:
HTML Starter Pack Table Builder
- This flow allows the user to supply a serialized list of JSON objects along with some additional configurations and return an HTML table with the JSON object data.
Considerations
- HTML/CSS code knowledge
- Users will need to be understand HTML/CSS code as specific fields (nth Row Style Text, table Style text) require CSS code to work properly.
Screenshots
Key Flows
Was this article helpful?