Closed ibdafna closed 3 years ago
This PR adds a new renderer to ipydatagrid. The HyperlinkRenderer allows for rendering of text-based links in a cell. It essentially exposes the upstream work done in https://github.com/jupyterlab/lumino/pull/218 as a new widget.
ipydatagrid
HyperlinkRenderer
This PR adds a new renderer to
ipydatagrid
. TheHyperlinkRenderer
allows for rendering of text-based links in a cell. It essentially exposes the upstream work done in https://github.com/jupyterlab/lumino/pull/218 as a new widget.