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

AttributeError: module 'dash' has no attribute 'react' #37

Closed
olgabot opened this issue Jun 23, 2017 · 6 comments
Closed

AttributeError: module 'dash' has no attribute 'react' #37

olgabot opened this issue Jun 23, 2017 · 6 comments

Comments

@olgabot
Copy link
Contributor

olgabot commented Jun 23, 2017

Hello, I am very excited to use dash!

I'm following (gist) the Your First Dash App tutorial and am running into an AttributeError:

image

I've restarted the kernel and reinstalled dash. Can you advise on how to proceed?
Thank you!
Olga

@olgabot
Copy link
Contributor Author

olgabot commented Jun 23, 2017

Here's the install log. Here's a snippet of the key info:


(maca) ➜  ~ python --version
Python 3.6.1 :: Continuum Analytics, Inc.
(maca) ➜  ~ pip install dash
Collecting dash
  Downloading dash-0.17.7.tar.gz

This is on macOS 10.12 and using Anaconda-installed Python

@bmike78
Copy link

bmike78 commented Jun 26, 2017

Olga,

Maybe you are missing some of the other dash packages? Try:
pip install dash-renderer dash-html-components dash-core-components

Per:
https://plot.ly/dash/getting-started

I tried just "pip install dash" and it does not install these other packages.

Also in the getting started example, they are using:
app = dash.Dash()

Whereas in the example from the blog, you are using:
app = dash.react.Dash('Dash Hello World')

Maybe there has been some change to dash recently? The "getting started" link worked for me on both Python2 and Python3 when I installed dash and the other dash packages.

@pl77
Copy link

pl77 commented Jun 26, 2017

app = dash.Dash()

I was just going to write that. I think the referenced 'first dash app' link references a very old version of dash.

The best place to start is here: https://plot.ly/dash/

Although I'm finding that page is quite flaky today and often takes four or five tries before the page shows up.

@chriddyp
Copy link
Member

Although I'm finding that page is quite flaky today and often takes four or five tries before the page shows up.

Thanks @pl77 ! We're looking into the flaky docs now and trying to get them back up. I'll keep everyone posted here.

I was just going to write that. I think the referenced 'first dash app' link references a very old version of dash.
The best place to start is here: https://plot.ly/dash/

Yeah, that's it exactly. https://plot.ly/dash/ is the "official" place to start. The code for that user guide is at https://github.com/dash/dash-docs too.

@olgabot
Copy link
Contributor Author

olgabot commented Jun 26, 2017 via email

@alishobeiri
Copy link

Hey @olgabot we've uploaded an updated version of Your First Dash App - take a look there for more info

HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
* Virtualization (plotly#36)

* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* Fixed rows columns (plotly#37)

* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* refactor ControlledTable component + updates

* improve fixed rows

* refactor logic for creating headers and rows

* fixed columns

* build

* remove <Fragment> usage for 15.x support

* fix lint

* improve/fix styling in fixed_columns mode

* fixed rows and columns (wip)
* refactor some styling

* fix rendering with fixed columns

* fix binding

* demo app

* fix frozen columns (th cells) height

* change default cell width

* overflow scroll only if necessary

* dropdown not clipped by container/overflow

* fix percy test

* update builds

* update table style

* clean up styles

* fix FF styling

* not editable div instead of input

* fix header width

* no-clipping dropdown + clipping fixed columns

* fix fixed columns

* Merge with master

* readme update

* sort

* update python build

* fix sort

* rename version

* rebuild python dist

* 3.0 performance (plotly#43)

* performance improvements
- use stylesheet element instead of inline styles for components
- refactor stylesheets usage (facade)
- switch out inputs for divs when inactive
- refactor cell component to simplify props
- update dataframe on blur instead of all changes

* remove testing div wrapper

* tslint - allow class arrow functions

* fix regression in stylesheet

* build python dist

* cell reorder

* fix dropdown regression

* - improve stylesheet facade
- fix column width bug
- improve fixed columns / rows styling

* fix dropdown menu regressions

* sanitize stylesheet columns overrides (w/ and w/o units)

* fix lint

* fix click when value is undefined|null|empty

* fix deletable columns

* n_fixed_columns must take hidden columns into consideration

* fix typo

* fix header merge with fixed columns

* update readme / limitations

* fix fixed cell rendering after columns props change

* fix fixed columns when hidden is not first or last of merged group

* fix lint

* cell alignment

* fix dropdown alignment
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* refactor ControlledTable component + updates

* improve fixed rows

* refactor logic for creating headers and rows

* Virtualization (plotly#36)

* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* fixed columns

* build

* remove <Fragment> usage for 15.x support

* fix lint

* improve/fix styling in fixed_columns mode

* fixed rows and columns (wip)
* refactor some styling

* fix rendering with fixed columns

* fix binding

* demo app

* fix frozen columns (th cells) height

* change default cell width

* overflow scroll only if necessary

* dropdown not clipped by container/overflow

* fix percy test

* update builds

* update table style

* clean up styles

* cypress e2e stub

* e2e stub

* e2e stub

* e2e stub

* e2e stub

* e2e stub

* Fixed rows columns (plotly#37)

* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* refactor ControlledTable component + updates

* improve fixed rows

* refactor logic for creating headers and rows

* fixed columns

* build

* remove <Fragment> usage for 15.x support

* fix lint

* improve/fix styling in fixed_columns mode

* fixed rows and columns (wip)
* refactor some styling

* fix rendering with fixed columns

* fix binding

* demo app

* fix frozen columns (th cells) height

* change default cell width

* overflow scroll only if necessary

* dropdown not clipped by container/overflow

* fix percy test

* update builds

* update table style

* clean up styles

* fix FF styling

* not editable div instead of input

* fix header width

* no-clipping dropdown + clipping fixed columns

* fix fixed columns

* Merge with master

* readme update

* sort

* update python build

* fix sort

* rename version

* performance improvements
- use stylesheet element instead of inline styles for components
- refactor stylesheets usage (facade)
- switch out inputs for divs when inactive
- refactor cell component to simplify props
- update dataframe on blur instead of all changes

* remove testing div wrapper

* tslint - allow class arrow functions

* fix regression in stylesheet

* rebuild python dist

* build python dist

* cell reorder

* fix dropdown regression

* high level navigation and typing test

* navigation and selection tests in typescript using cypress

* remove old code

* refactor + cypress tests against Python BE / functional in CI

* add percy snapshots in JS

* update python tests

* pylint

* pylint

* pylint

* pylint

* pylint

* pylint

* pylint

* python3 map changed

* - improve stylesheet facade
- fix column width bug
- improve fixed columns / rows styling

* fix dropdown menu regressions

* sanitize stylesheet columns overrides (w/ and w/o units)

* fix lint

* 3.0 performance (plotly#43)

* performance improvements
- use stylesheet element instead of inline styles for components
- refactor stylesheets usage (facade)
- switch out inputs for divs when inactive
- refactor cell component to simplify props
- update dataframe on blur instead of all changes

* remove testing div wrapper

* tslint - allow class arrow functions

* fix regression in stylesheet

* build python dist

* cell reorder

* fix dropdown regression

* - improve stylesheet facade
- fix column width bug
- improve fixed columns / rows styling

* fix dropdown menu regressions

* sanitize stylesheet columns overrides (w/ and w/o units)

* fix lint

* fix click when value is undefined|null|empty

* fix deletable columns

* n_fixed_columns must take hidden columns into consideration

* fix typo

* fix header merge with fixed columns

* update readme / limitations

* fix fixed cell rendering after columns props change

* fix fixed columns when hidden is not first or last of merged group

* fix lint

* cell alignment

* fix dropdown alignment

* fix e2e tests

* fix column width regression on navigate + test

* - improve keyboard navigation
- add tests for keyboard navigation
- add tests for column width
- improve stability of python BE for tests

* remove now renderer useless eslint file

* clean up tests implementation

* fix PR comments

* fix dropdown keyboard navigation

* pr - remove commented code
HammadTheOne pushed a commit that referenced this issue Jul 23, 2021
* Virtualization (#36)

* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* Fixed rows columns (#37)

* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* refactor ControlledTable component + updates

* improve fixed rows

* refactor logic for creating headers and rows

* fixed columns

* build

* remove <Fragment> usage for 15.x support

* fix lint

* improve/fix styling in fixed_columns mode

* fixed rows and columns (wip)
* refactor some styling

* fix rendering with fixed columns

* fix binding

* demo app

* fix frozen columns (th cells) height

* change default cell width

* overflow scroll only if necessary

* dropdown not clipped by container/overflow

* fix percy test

* update builds

* update table style

* clean up styles

* fix FF styling

* not editable div instead of input

* fix header width

* no-clipping dropdown + clipping fixed columns

* fix fixed columns

* Merge with master

* readme update

* sort

* update python build

* fix sort

* rename version

* rebuild python dist

* 3.0 performance (#43)

* performance improvements
- use stylesheet element instead of inline styles for components
- refactor stylesheets usage (facade)
- switch out inputs for divs when inactive
- refactor cell component to simplify props
- update dataframe on blur instead of all changes

* remove testing div wrapper

* tslint - allow class arrow functions

* fix regression in stylesheet

* build python dist

* cell reorder

* fix dropdown regression

* - improve stylesheet facade
- fix column width bug
- improve fixed columns / rows styling

* fix dropdown menu regressions

* sanitize stylesheet columns overrides (w/ and w/o units)

* fix lint

* fix click when value is undefined|null|empty

* fix deletable columns

* n_fixed_columns must take hidden columns into consideration

* fix typo

* fix header merge with fixed columns

* update readme / limitations

* fix fixed cell rendering after columns props change

* fix fixed columns when hidden is not first or last of merged group

* fix lint

* cell alignment

* fix dropdown alignment
HammadTheOne pushed a commit that referenced this issue Jul 23, 2021
* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* refactor ControlledTable component + updates

* improve fixed rows

* refactor logic for creating headers and rows

* Virtualization (#36)

* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* fixed columns

* build

* remove <Fragment> usage for 15.x support

* fix lint

* improve/fix styling in fixed_columns mode

* fixed rows and columns (wip)
* refactor some styling

* fix rendering with fixed columns

* fix binding

* demo app

* fix frozen columns (th cells) height

* change default cell width

* overflow scroll only if necessary

* dropdown not clipped by container/overflow

* fix percy test

* update builds

* update table style

* clean up styles

* cypress e2e stub

* e2e stub

* e2e stub

* e2e stub

* e2e stub

* e2e stub

* Fixed rows columns (#37)

* virtualization
- define base virtualization strategies
- define additional props
- add tscript support to project

* virtualization
- refactor controlledtable and table

* virtualization
- no strategy & fe page strategy basics

* virtualization
- update props
- update fe and none strategy

* virtualization
- fix bug for when to create a new virtualizer

* virtualization

* virtualization
- copy/paste

* virtualization
- legacy behavior support (n-items + trailing)

* virtualization
- the build..

* virtualization
- fix cell key

* virtualization

* virtualization
- remove legacy (tail rows + display rows)
- be page virtualization strategy
- first be python prototypes

* remove expanded_rows and collapsable logic

* fix lint

* - refactor virtualization strategies
- placeholder for filter and sort
- placeholder for prototype / "state" readonly props

* - viewport props (viewport dataframe & indices)
- ramda @types

* virtualization

* - virtualizer through memoize / controlled component instead of state

* fix render loop caused by virtualization when linked to BE

* be and fe usage examples

* restructure project

* refactor project structure

* clean up

* refactor virtualization (wip)

* clean up fe/be virtualization + paging + examples

* fix lint

* virtualization

* version 3.0.0dev

* revert

* revert

* revert

* fix lint

* fix pyling

* fix pylint

* pagination display

* pagination display

* fix demo code...

* fix pr comments

* fix pylint

* add tslint to build

* refactor ControlledTable component + updates

* improve fixed rows

* refactor logic for creating headers and rows

* fixed columns

* build

* remove <Fragment> usage for 15.x support

* fix lint

* improve/fix styling in fixed_columns mode

* fixed rows and columns (wip)
* refactor some styling

* fix rendering with fixed columns

* fix binding

* demo app

* fix frozen columns (th cells) height

* change default cell width

* overflow scroll only if necessary

* dropdown not clipped by container/overflow

* fix percy test

* update builds

* update table style

* clean up styles

* fix FF styling

* not editable div instead of input

* fix header width

* no-clipping dropdown + clipping fixed columns

* fix fixed columns

* Merge with master

* readme update

* sort

* update python build

* fix sort

* rename version

* performance improvements
- use stylesheet element instead of inline styles for components
- refactor stylesheets usage (facade)
- switch out inputs for divs when inactive
- refactor cell component to simplify props
- update dataframe on blur instead of all changes

* remove testing div wrapper

* tslint - allow class arrow functions

* fix regression in stylesheet

* rebuild python dist

* build python dist

* cell reorder

* fix dropdown regression

* high level navigation and typing test

* navigation and selection tests in typescript using cypress

* remove old code

* refactor + cypress tests against Python BE / functional in CI

* add percy snapshots in JS

* update python tests

* pylint

* pylint

* pylint

* pylint

* pylint

* pylint

* pylint

* python3 map changed

* - improve stylesheet facade
- fix column width bug
- improve fixed columns / rows styling

* fix dropdown menu regressions

* sanitize stylesheet columns overrides (w/ and w/o units)

* fix lint

* 3.0 performance (#43)

* performance improvements
- use stylesheet element instead of inline styles for components
- refactor stylesheets usage (facade)
- switch out inputs for divs when inactive
- refactor cell component to simplify props
- update dataframe on blur instead of all changes

* remove testing div wrapper

* tslint - allow class arrow functions

* fix regression in stylesheet

* build python dist

* cell reorder

* fix dropdown regression

* - improve stylesheet facade
- fix column width bug
- improve fixed columns / rows styling

* fix dropdown menu regressions

* sanitize stylesheet columns overrides (w/ and w/o units)

* fix lint

* fix click when value is undefined|null|empty

* fix deletable columns

* n_fixed_columns must take hidden columns into consideration

* fix typo

* fix header merge with fixed columns

* update readme / limitations

* fix fixed cell rendering after columns props change

* fix fixed columns when hidden is not first or last of merged group

* fix lint

* cell alignment

* fix dropdown alignment

* fix e2e tests

* fix column width regression on navigate + test

* - improve keyboard navigation
- add tests for keyboard navigation
- add tests for column width
- improve stability of python BE for tests

* remove now renderer useless eslint file

* clean up tests implementation

* fix PR comments

* fix dropdown keyboard navigation

* pr - remove commented code
AnnMarieW pushed a commit to AnnMarieW/dash that referenced this issue Jan 6, 2022
Link and Location Components and Stateful Updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants