|
| 1 | +# Vue MultiColumn ComboBox Component |
| 2 | + |
| 3 | +The `Vue MultiColumn ComboBox` component that displays detailed information about items in a table-like structure with multiple columns. It provides comprehensive data about the selected value, offering more context than typical single-string text lists. |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | +Trusted by the world's leading companies |
| 7 | + <a href="https://www.syncfusion.com"> |
| 8 | + <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo"> |
| 9 | + </a> |
| 10 | +</p> |
| 11 | + |
| 12 | +## Setup |
| 13 | + |
| 14 | +To install the MultiColumn ComboBox and its dependent packages, use the following command. |
| 15 | + |
| 16 | +```sh |
| 17 | +npm install @syncfusion/ej2-vue-multicolumn-combobox |
| 18 | +``` |
| 19 | + |
| 20 | +## Key features |
| 21 | + |
| 22 | +* `Data binding` - Supports data binding from JavaScript object arrays and remote data sources using adapters like OData, URLs, and Web APIs. |
| 23 | +* `Grouping`- Allows grouping of pop-up list items to enhance the user experience by organizing related items. |
| 24 | +* `Filtering`- Provides advanced filtering capabilities to easily find and select items from large datasets. |
| 25 | +* `Sorting` - Allows sorting of items in ascending or descending order and single or multi-column sorting. |
| 26 | +* `Virtualization`- Supports virtualization to efficiently display large datasets by loading data on demand. |
| 27 | +* `Templates`- Allow customization of the appearance and layout, including header, footer and list items in the pop-up list using templates. |
| 28 | + |
| 29 | +## Support |
| 30 | + |
| 31 | +Product support is available through the following mediums. |
| 32 | + |
| 33 | +* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support |
| 34 | +* [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-multicolumn-combobox-npm) |
| 35 | +* [GitHub issues](https://github.com/syncfusion/ej2-vue-ui-components/issues/new) |
| 36 | +* [Request feature or report bug](https://www.syncfusion.com/feedback/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-multicolumn-combobox-npm) |
| 37 | +* Live chat |
| 38 | + |
| 39 | +## License and copyright |
| 40 | + |
| 41 | +> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). |
| 42 | + |
| 43 | +> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. |
| 44 | + |
| 45 | +See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info. |
| 46 | + |
| 47 | +© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution. |
| 48 | + |
0 commit comments