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

[🐛 BUG] Filter and editable properties take too much space #2407

Open
1 of 7 tasks
AlexandreSajus opened this issue Jan 17, 2025 · 1 comment
Open
1 of 7 tasks
Labels
🖰 GUI Related to GUI 💥Malfunction Addresses an identified problem. 🟧 Priority: High Must be addressed as soon

Comments

@AlexandreSajus
Copy link
Contributor

AlexandreSajus commented Jan 17, 2025

What went wrong? 🤔

Here is a Taipy table:
image

Adding editable=True already adds some space:
image

Adding filter=True takes a lot of space:
image

These properties should not take that much space

Runtime Environment

Windows 11

OS

Windows

Version of Taipy

4.0.2

Additional Context

Acceptance Criteria

  • A unit test reproducing the bug is added.
  • Any new code is covered by a unit tested.
  • Check code coverage is at least 90%.
  • The bug reporter validated the fix.
  • Related issue(s) in taipy-doc are created for documentation and Release Notes are updated.

Code of Conduct

  • I have checked the existing issues.
  • I am willing to work on this issue (optional)
@AlexandreSajus AlexandreSajus added 💥Malfunction Addresses an identified problem. 🖰 GUI Related to GUI 🟧 Priority: High Must be addressed as soon labels Jan 17, 2025
@FabienLelaquais
Copy link
Member

Evaluate the possibility to replace the entering in the edit mode by a double-click in the cell.
It would be replaced by an editable area with the usual Confirm/Cancel icons that can be triggered pressing Enter/Esc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖰 GUI Related to GUI 💥Malfunction Addresses an identified problem. 🟧 Priority: High Must be addressed as soon
Projects
None yet
Development

No branches or pull requests

2 participants