-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for clickable links (#1088)
Closes #712 Installed LinkifyJs for link detection. Refer to original issue for details. ```from deephaven import input_table from deephaven import dtypes as dht, input_table my_col_defs = { "Integers": dht.int32, "Doubles": dht.double, "Strings": dht.string, "Strings2": dht.string, } result = input_table(col_defs=my_col_defs) ``` Run this snippet to create an empty input table and enter links into the cells. Bundle size is 314.21 KB on the `main` branch and 322.4 KB on this branch. --------- Co-authored-by: Mike Bender <mofojed@users.noreply.github.com>
- Loading branch information
1 parent
859bfa2
commit f7f918e
Showing
29 changed files
with
1,100 additions
and
144 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.