-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and rename
df_to_(svelte->html)_table
(#97)
* fix broken nature links * fix bad script or default_script string replacement * move DEFAULT_DF_STYLES to module scope * df_to_pdf change default size = f"{n_cols * 4}cm {n_rows * 2}cm" * df_to_svelte_table use same default_styles as df_to_pdf * rename df_to_(svelte->html)_table * rename default_styles to styler_css and support type dict[str, str] * raise raise ValueError(f"Got {inline_props=} but no '<table ...' tag found in HTML string to ...") * fix test_df_to_pdf
- Loading branch information
Showing
5 changed files
with
78 additions
and
46 deletions.
There are no files selected for viewing
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
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