|
1 | | -# [](https://handsontable.com) |
2 | | - |
3 | 1 | [**Handsontable**](https://handsontable.com) is a pure JavaScript/HTML5 spreadsheet component with an Excel-like appearance. It can easily integrate with any data source and comes with a variety of useful features like data binding, validation, sorting or powerful custom context menu. Actively supported by the [Handsoncode team](https://handsontable.com/team.html) team and [many contributors](https://github.com/handsontable/handsontable/graphs/contributors). |
4 | 2 |
|
5 | 3 | [](https://travis-ci.org/quantlabio/handsontable) |
@@ -89,32 +87,6 @@ var hot = new Handsontable(container, { |
89 | 87 | - [Roadmap](https://trello.com/b/PztR4hpj/handsontable-roadmap-2016) |
90 | 88 | - [Known limitations](http://docs.handsontable.com/tutorial-known-limitations.html) |
91 | 89 |
|
92 | | -## Commercial version |
93 | | -[Handsontable Pro](https://handsontable.com/pricing.html) is a commercial spreadsheet solution packed with additional, business-ready features. It comes with a dedicated support and a [forum support](https://forum.handsontable.com), where you can find the answers to common questions. |
94 | | - |
95 | | -| Pro Feature | Description | |
96 | | -|--------------------------- |---------------------------------------------------------------------------------------- | |
97 | | -| Binding rows with headers | Bind rows with headers to lock the row number and always display one beside the other. | |
98 | | -| Collapsing columns | Expand and collapse columns to better fit the content. | |
99 | | -| Column summary | Carry out pre-defined calculations and display the results in Handsontable. | |
100 | | -| Dropdown menu | Add a menu to the heading to enable additional operations for the columns. | |
101 | | -| Export to file | Export data to a flat file like CSV or a string. | |
102 | | -| Filtering | Display rows that meet your criteria and hide the rest. | |
103 | | -| Gantt Chart | Create a simple Gantt Chart using Handsontable. | |
104 | | -| Header tooltips | Display the header label in a tooltip. | |
105 | | -| Hiding columns | Hide specific columns and show the rest. | |
106 | | -| Hiding rows | Hide specific rows and show the rest. | |
107 | | -| Nested headers | Create a nested, hierarchical structure of headers to get your data into groups. | |
108 | | -| Trimming rows | Exclude specific rows from the rendering process so they won't be displayed. | |
109 | | - |
110 | | -Have questions regarding the Pro version? [Contact us](https://handsontable.com/contact.html?category=general_question) or take a look at the [Frequently Asked Questions](https://handsontable.com/faq.html). |
111 | | - |
112 | | -## Community |
113 | | -- [Forum](https://forum.handsontable.com) |
114 | | -- [Google group](https://groups.google.com/forum/#!forum/handsontable) |
115 | | -- [GitHub](https://github.com/handsontable/handsontable/issues) |
116 | | -- [Twitter](https://twitter.com/handsontable) |
117 | | - |
118 | 90 | ## Contributing |
119 | 91 | If you would like to help us in writing the code, please take a look into [CONTRIBUTING.md](https://github.com/handsontable/handsontable/blob/master/CONTRIBUTING.md) |
120 | 92 |
|
|
0 commit comments