Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editable table column size #1852

Merged
merged 1 commit into from
Sep 27, 2024
Merged

editable table column size #1852

merged 1 commit into from
Sep 27, 2024

Conversation

FredLL-Avaiga
Copy link
Member

Give non sized columns full width

image

from taipy.gui import Gui

data = { "Name": ["abcdef", "ghijkl", "mnopqr"], "Value": [0, 1, 2]}

editable = False

page = """
<|{editable}|toggle|>

<|{data}|table|show_all|editable={editable}|>
"""

if __name__ == "__main__":
    Gui(page).run()

@FredLL-Avaiga FredLL-Avaiga added 🟥 Priority: Critical Must be addressed as soon as possible 💥Malfunction Addresses an identified problem. GUI: Front-End labels Sep 27, 2024
@FredLL-Avaiga FredLL-Avaiga self-assigned this Sep 27, 2024
Copy link
Contributor

Coverage report for ./frontend/taipy-gui

Caution

Coverage does not meet threshold
Branches coverage not met for global: expected >=80%, but got 69.0721649484536%

St.
Category Percentage Covered / Total
🟢 Statements
87.63% (+0.02% 🔼)
3217/3671
🟡 Branches
69.07% (+0.04% 🔼)
2211/3201
🟢 Functions 83.07% 589/709
🟢 Lines
88.16% (+0.02% 🔼)
2978/3378
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / PaginatedTable.tsx
85.22% (+0.3% 🔼)
78.28% (-0.18% 🔻)
73.68%
86.15% (+0.29% 🔼)

Test suite run success

645 tests passing in 43 suites.

Report generated by 🧪jest coverage report action from 0b21026

Copy link
Contributor

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
18851 16335 87% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 0b21026 by action🐍

Copy link
Member

@FabienLelaquais FabienLelaquais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have absolutely no idea what you're doing here
Looks great though

@FredLL-Avaiga FredLL-Avaiga merged commit 2072dd7 into develop Sep 27, 2024
57 of 58 checks passed
@FredLL-Avaiga FredLL-Avaiga deleted the bug/editable-table-size branch September 27, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI: Front-End 💥Malfunction Addresses an identified problem. 🟥 Priority: Critical Must be addressed as soon as possible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants