Holo-Host / ui-common-library

Common UI library code
MIT License
39 stars 1 forks source link

Feature(base-table): improve table components #62

Closed mateuszRybczonek closed 1 year ago

mateuszRybczonek commented 1 year ago

This PR adds support for:

BaseTableRowItem component accepts a new property now:

    isHoverable: {
        type: Boolean,
        default: false
    },

and emits hover event when isHoverable is true and user hovers over the component

header prop can include description property now that if provided adds a description to the header

Screenshot 2023-04-13 at 14 44 38