placeholder issue for 1st class data type support in dash-table Phase I - Type support - [x] #280 (prep work) - [x] #297 (first pass at data type support -- for existing types) - [x] [Datetime type](https://github.com/plotly/dash-table/pull/364) - [x] #342 (support conditionals based on column type) - [ ] type inference with filtering - [ ] type inference / precedence with sorting - [ ] #332 (make numeric columns return number when possible instead of string) - [ ] update dash docs - [ ] clearly document the upgrade path (3.1 --> 3.2) Phase II+ Related issues: - [x] #189 type=number formatting - #232 - #248 - #305 (number styling) - #331 (date picker)
placeholder issue for 1st class data type support in dash-table
Phase I - Type support
numericcolumns return a number instead of a string when possible #332 (make numeric columns return number when possible instead of string)Phase II+
Related issues: