# Change Log for dash-table-experiments
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.0
### Added
- `filterable=True`, `sortable=True`, and `row_selectable=True` all work well with each other
- `<`, `<=`, `>`, `>=` are supported as filter strings

## 0.4.0
Bad release!

## 0.3.0
### Added
- 🎉 `DataTable` rows can be selected with `row_selectable=True` and by listening to the `selected_rows` property.

## 0.2.3
### Fixed
- Fixed the CSS on `DataTable`. It looks a lot better now.

## 0.2.2 - 2017-09-06
- This release was broken

## 0.2.1 - 2017-09-06
### Added
- A `columns` property to the `DataTable` that specifes the order of the columns

## 0.2.0 - 2017-08-24
### Added
- Callbacks to the `DataTable` component

## 0.1.0 - 2017-08-23
### Added
- The `DataTable` is now `sortable` and `filterable`


## 0.0.3 - 2017-08-23
### Added
- A DataTable component which uses the adazzle React Data Grid

## 0.0.2 - 2017-08-08
- Initial release
