diff --git a/README.md b/README.md index f35d3799..754b896a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ dependencies { - [x] Each column width value can be calculated automatically considering the largest one - [x] Setting your own model class to displayed in a table view easily. - [x] TableView has an click listener to listen user touch interaction for each cell. + - [x] TableView columns can be sorted ascendingly or descendingly. (WORK-IN-PROGRESS) ## Implement your item on TableView