Skip to content

Commit b724aa6

Browse files
author
Ingo Schwarz
committed
Add section about pro version to readme
1 parent f40bb0b commit b724aa6

1 file changed

Lines changed: 25 additions & 4 deletions

File tree

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,31 @@ To use the this library in your project simply add the following dependency to y
2222
}
2323
```
2424

25-
## Support Me
26-
I offer this library and the complete source code of it for free! To develop open source software is not without cost though — it takes technical knowledge, time, and effort.
27-
You don't have to be a developer to support my open source work! If you want to receive personal support, or just feel all warm and fuzzy inside from helping open source development, donations are very welcome.
28-
Thank you in advance! :)
25+
## Pro Version
26+
If you want to have the best TableView experience, we offer you the possibility to get the _pro version_ of the
27+
SortableTableView. This is what the pro version offers you:
28+
29+
| | Open Version | Pro Version |
30+
| --- | --- | --- |
31+
| render simple data | :white_check_mark: | :white_check_mark: |
32+
| render custom data | :white_check_mark: | :white_check_mark: |
33+
| header styling | :white_check_mark: | :white_check_mark: |
34+
| data row styling | :white_check_mark: | :white_check_mark: |
35+
| data sorting | :white_check_mark: | :white_check_mark: |
36+
| data loading | :white_check_mark: | :white_check_mark: |
37+
| data searching | :red_circle:* | :white_check_mark: |
38+
| data selection | :red_circle: | :white_check_mark: |
39+
| view recycling | :red_circle: | :white_check_mark: |
40+
| support | :red_circle: | :white_check_mark: |
41+
| maintenance | :red_circle: | :white_check_mark: |
42+
| quick start guide | :red_circle: | :white_check_mark: |
43+
| full documentation | :red_circle: | :white_check_mark: |
44+
45+
To get more information visit the [SortableTableView-Page](http://www.sortabletableview.com).
46+
47+
## Support the open-source version
48+
As the open-source version brings a lot of work to maintain, you can support me with a small donation in order
49+
to keep the free version alive.
2950

3051
*"Thank's for creating this project, here's a coffee (or some beer) for you!"*
3152
[Donate 5$](https://www.paypal.me/ISchwarz23/5USD) or [Donate 5€](https://www.paypal.me/ISchwarz23/5EUR)

0 commit comments

Comments
 (0)