You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
But it does not show the implementation of BoldTextRenderer. It's currently being exported but it shouldn't. It should just be defined in the example itself
Impact
Some people gave up using the grid because they couldn't figure out how to get HTML in the grid cells.
Other people were able to use it, but they had to dig into the source code to figure out how to use it.
Notice that we import { BoldTextRenderer... } from '@vcd/ui-components';
Expected behavior: [What you expected to happen]
The implementation of BoldTextRenderer should be inline and visible from the examples website Actual behavior: [What actually happened]
The implementation is hidden in the gtihub's source code
Versions
Not version specific, present in latest
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
There is no example of how to create a custom column renderer on https://vmware.github.io/vmware-cloud-director-ui-components/datagrid/example/datagrid-three-renderers
The page does show a custom renderer being used:
But it does not show the implementation of
BoldTextRenderer
. It's currently being exported but it shouldn't. It should just be defined in the example itselfImpact
Steps to Reproduce
<>
icon to see the source{ BoldTextRenderer... } from '@vcd/ui-components';
Expected behavior: [What you expected to happen]
The implementation of BoldTextRenderer should be inline and visible from the examples website
Actual behavior: [What actually happened]
The implementation is hidden in the gtihub's source code
Versions
Not version specific, present in latest
The text was updated successfully, but these errors were encountered: