asuwebdesign / patternfly-ext-chatbot

PatternFly Extension for creating enterprise-ready chatbot user experiences
https://patternfly-chatbot.vercel.app
MIT License
1 stars 0 forks source link

Message Type - Table #12

Closed asuwebdesign closed 1 month ago

asuwebdesign commented 3 months ago

Design Spec PatternFly component reference

Chat message that displays a table. For overlay and dock modes, tables will render as a definition list due to width constraints. PatternFly should already have this intended behavior.

asuwebdesign commented 2 months ago

TableMessage component created and styled. Accepts caption (string), columns (array) and rows (array) properties. Uses PatternFly's react-table package.

Pending configuration to detect display mode so that we can update the grid property for large displays.

asuwebdesign commented 2 months ago

React state property of displayMode is what will be needed to properly apply logic for the grid property.

asuwebdesign commented 1 month ago

Added logic to the grid property.