Skip to content

Commit

Permalink
chore: fixing broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHawkins committed Nov 13, 2024
1 parent b2998b6 commit 47cde4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/table/table_rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ While custom renderers can be created, there are multiple pre-configured rendere
>- `NativeButtonRenderer` - Renderer for a native HTML button.
>- `ElementRenderer` - The base class for all renderers which render an HTML tag **with** content.
>- `VoidElementRenderer` - The base class for all renderers which render a void element, or an HTML tag **without** content.
>- `IconRenderer` - Renderer for an icon - **[see this](../../components/dwc-icon.md)** article for more information on icons.
>- `IconRenderer` - Renderer for an icon - **[see this](../../components/icon)** article for more information on icons.
Renderers allow for custom events to be written as well by extending any of the supported base renderer. Currently, renderers come with a `RendererClickEvent` available for use by developers.

Expand Down

0 comments on commit 47cde4e

Please sign in to comment.