-
Notifications
You must be signed in to change notification settings - Fork 2
SEO-177281-Vue-External-Linking-Tree-Grid #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
berylouma
wants to merge
7
commits into
SyncfusionExamples:master
Choose a base branch
from
berylouma:SEO-177281-Vue-External-Linking-Tree-Grid
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b0dcf37
SEO-177281-Vue-External-Linking-Tree-Grid
berylouma f705e41
Update README.md
berylouma ad8ded7
SEO-177281-Vue-External-Linking-Tree-Grid
berylouma 230e0e7
Update README.md
berylouma 7148194
Update README.md
berylouma 2280d24
Update README.md
berylouma 83b43e7
Update README.md
berylouma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,12 @@ | ||
| # Getting Started with the Vue Tree Grid | ||
|
|
||
| A quick-start project that shows how to work with the Syncfusion Tree Grid in a Vue application. This project contains simple code customization, as well as some important features like binding data, customizing columns, and enable paging, sorting, and filtering. | ||
| The [Vue TreeGrid](https://www.syncfusion.com/vue-components/vue-tree-grid?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) is a feature-rich control used to visualize self-referential, hierarchical data effectively in a tabular format (a tree-like structure). A quick-start project that shows how to work with the Syncfusion Tree Grid in a Vue application. This project contains simple code customization, as well as some important features like binding data, customizing columns, and enable paging, sorting, and filtering. | ||
|
|
||
| Refer to the following documentation for the Syncfusion Vue Tree Grid component: | ||
| https://ej2.syncfusion.com/vue/documentation/treegrid/getting-started-vue-3/ | ||
|
|
||
| Check out this online example of the Syncfusion Vue Calendar component: | ||
| https://ej2.syncfusion.com/vue/demos/#/material/tree-grid/default.html | ||
| https://ej2.syncfusion.com/vue/documentation/treegrid/getting-started-vue-3 | ||
|
|
||
| Refer to the following documentation for the feature modules in the Syncfusion Vue Tree Grid component: | ||
| https://ej2.syncfusion.com/vue/documentation/treegrid/module/ | ||
berylouma marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| https://ej2.syncfusion.com/vue/documentation/treegrid/module | ||
|
|
||
| ## Project prerequisites | ||
|
|
||
|
|
@@ -19,3 +15,54 @@ Make sure that you have the latest versions of Vue, Node, Vue Class Component, a | |
| ### How to run this application? | ||
|
|
||
| To run this application, you need to clone the `getting-started-with-the-vue-tree-grid` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm run serve` command. | ||
|
|
||
| ## Features and Benefits | ||
|
|
||
| ### Adaptive UI layout | ||
|
|
||
| The [Vue Tree Grid](https://www.syncfusion.com/vue-components/vue-tree-grid?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) user interface is customized and redesigned for great views and usability on small screens. [Filter](https://www.syncfusion.com/vue-components/vue-tree-grid/filter?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), search, and edit dialogs are adaptive to the screen size. | ||
|
|
||
| ### Column | ||
|
|
||
| Columns define the schema of a data source in Vue Tree Grid. Features include formatting, column definitions, text wrapping, column chooser, column menu, column reordering, and other important features. | ||
|
|
||
| ### Paging | ||
|
|
||
| Through paging, a segment of data can be viewed from the assigned data source. The Vue Tree Grid offers built-in pager UI with options to customize its entire UI. It also has an on-demand paging mode for effective data retrieval from remote web services. | ||
|
|
||
| ### Filtering | ||
|
|
||
| Filtering helps view specific or related records that meet a given filtering criteria. It supports various filter types that include powerful Excel-like filter. The Vue Tree Grid filter allows users to choose appropriate filter types, define their own custom filtering logic, and customize the filtering UI based on their application needs. Filtering with related parent or child records can be defined. | ||
|
|
||
| ## Related links | ||
| [Learn More about Vue Tree Grid](https://www.syncfusion.com/vue-components/vue-tree-grid?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) | ||
|
|
||
| [Download Free Trial](https://www.syncfusion.com/downloads/vue?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) | ||
|
|
||
| [Pricing](https://www.syncfusion.com/sales/teamlicense?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) | ||
|
|
||
| [Documentation](https://ej2.syncfusion.com/vue/documentation/treegrid/getting-started?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) | ||
|
|
||
| [View Demos](https://github.com/SyncfusionExamples/getting-started-with-the-vue-tree-grid?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) | ||
|
|
||
| [Community Forums](https://www.syncfusion.com/forums/vue-components?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) | ||
|
|
||
| [Suggest a feature or report a bug](https://www.syncfusion.com/feedback/vue?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) | ||
|
|
||
| [Online example](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/tree-grid/default.html?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) | ||
|
|
||
| ## About Syncfusion Vue Components | ||
|
|
||
| Syncfusion's [Vue Components](https://www.syncfusion.com/vue-components?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples) library is the only suite that you will ever need to build an application since it contains over 80 high-performance, lightweight, modular, and responsive UI Components in a single package. In addition to Tree Grid, we provide popular Vue Components such as [Chart](https://www.syncfusion.com/vue-components/vue-charts?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [Grid](https://www.syncfusion.com/vue-components/vue-grid?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [Scheduler](https://www.syncfusion.com/vue-components/vue-scheduler?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [Diagram](https://www.syncfusion.com/vue-components/vue-diagram?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), and [Word Processor](https://www.syncfusion.com/vue-components/vue-word-processor?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples). | ||
|
|
||
|
|
||
| ### About Syncfusion | ||
| Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. | ||
|
|
||
| Today, we provide 1800+ components and frameworks for web ([Blazor](https://www.syncfusion.com/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [Angular](https://www.syncfusion.com/angular-components?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [React](https://www.syncfusion.com/react-components?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [Vue](https://www.syncfusion.com/vue-components?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), and [.NET MAUI](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [WPF](https://www.syncfusion.com/wpf-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [WinUI](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples),[UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples), and [.NET MAUI](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples)). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software. | ||
|
|
||
| <hr style="height:0.3px;border:none;color:lightgrey;background-color:lightgrey;" /> | ||
|
|
||
| <p align="center"> | ||
| <a href="mailto:[email protected]?Subject=Syncfusion Vue Tree Grid - GitHub" target="_top">[email protected]</a> | <a href="https://www.syncfusion.com?utm_source=github&utm_medium=listing&utm_campaign=vue-tree-grid-github-samples)">www.syncfusion.com</a> | Toll Free: 1-888-9 DOTNET <br> | ||
| </p> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.