Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

A final pass on the default styles #150

Closed
chriddyp opened this issue Oct 22, 2018 · 7 comments
Closed

A final pass on the default styles #150

chriddyp opened this issue Oct 22, 2018 · 7 comments
Assignees
Projects

Comments

@chriddyp
Copy link
Member

Once the styling and sizing tests are fixed, I'll take another pass through the default styles

@chriddyp chriddyp created this issue from a note in Dash Table (Priority #1) Oct 22, 2018
@chriddyp chriddyp self-assigned this Oct 22, 2018
@chriddyp
Copy link
Member Author

chriddyp commented Nov 1, 2018

  • responsive by default
content_style='grow',
style_table={
    'width': '100%'
},

@chriddyp
Copy link
Member Author

chriddyp commented Nov 1, 2018

is there a simple way we can make the filtering row more intuitive?

@chriddyp
Copy link
Member Author

chriddyp commented Nov 1, 2018

remove cursor: not-allowed in non-editable case

@Marc-Andre-Rivet
Copy link
Contributor

What about the filtering row specifically? The fact that the user must enter "operator" "expression"? or something else? -- we could support an expression without operator as an ==

@chriddyp
Copy link
Member Author

chriddyp commented Nov 1, 2018

What about the filtering row specifically

In that it's not clear that you can type into it. It looks like it's just an empty cell

@chriddyp
Copy link
Member Author

chriddyp commented Nov 1, 2018

for filtering, perhaps we could have a default placeholder (filter data...) but only on the first cell and make the background white:
image

@chriddyp
Copy link
Member Author

chriddyp commented Nov 1, 2018

also lets try this font family instead of monospace: font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', monospace;. they're all system fonts (on different machines), so we don't need to include any extra font-families.

@Marc-Andre-Rivet Marc-Andre-Rivet moved this from Priority #1 - Launch! to In Progress in Dash Table Nov 1, 2018
@Marc-Andre-Rivet Marc-Andre-Rivet moved this from In Progress to Closed in Dash Table Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Dash Table
  
Closed
Development

No branches or pull requests

2 participants