25.1.42 • Published 4 days ago

@syncfusion/ej2-vue-treegrid v25.1.42

Weekly downloads
562
License
SEE LICENSE IN li...
Repository
github
Last release
4 days ago

Vue TreeGrid Component

The Vue TreeGrid component is a feature-rich component used to visualize self-referential and hierarchical data effectively in a tabular format. It pulls data from a data source, such as array of JSON objects, OData web services, or DataManager. It also includes interactions like expanding and collapsing the parent records.

Setup

Create an Vue Application

You can use Vue CLI to setup your Vue 2 applications.To install Vue CLI use the following commands.

npm install -g @vue/cli
vue create quickstart
cd quickstart
npm run serve

Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option Default ([Vue 2] babel, eslint) from the menu.

Adding Syncfusion Tree Grid package

All Syncfusion Vue packages are published in npmjs.com registry. To install Vue tree grid package, use the following command.

npm install @syncfusion/ej2-vue-treegrid --save

Registering Tree Grid Component

You can register the Tree Grid component in your application by using the Vue.use(). Refer to the code example given below.

import { TreeGridPlugin } from '@syncfusion/ej2-vue-treegrid';

Vue.use(TreeGridPlugin);

Registering TreeGridPlugin in vue, will register the tree grid component along with its required child directives globally.

Adding CSS references for Tree Grid

Add CSS references needed for Tree Grid in style section of the App.vue file from ../node_modules/@syncfusion package folder.

<style>
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-calendars/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-notifications/styles/material.css';
@import "../node_modules/@syncfusion/ej2-grids/styles/material.css";
@import "../node_modules/@syncfusion/ej2-vue-treegrid/styles/material.css";
</style>

Add Tree Grid Component

Add the Vue Tree Grid by using ejs-treegrid selector in template section of the App.vue file.

<template>
    <div id="app">
        <ejs-treegrid :dataSource='data' :treeColumnIndex='1' childMapping='subtasks'>
          <e-columns>
          <e-column field='taskID' headerText='Task ID' textAlign='Right' width=70></e-column>
          <e-column field='taskName' headerText='Task Name' width=200></e-column>
          <e-column field='startDate' headerText='Start Date' textAlign='Right' format='yMd' width=90></e-column>
          <e-column field='duration' headerText='Duration' textAlign='Right' width=80></e-column>
          </e-columns>
        </ejs-treegrid>
    </div>
</template>
<script>
import Vue from "vue";
import { TreeGridPlugin } from "@syncfusion/ej2-vue-treegrid";

Vue.use(TreeGridPlugin);

export default {
  data() {
    return {
      data: [
          {
              taskID: 1,
              taskName: 'Planning',
              startDate: new Date('02/03/2017'),
              duration: 5,
              subtasks: [
                  { taskID: 2, taskName: 'Plan timeline', startDate: new Date('02/03/2017'), duration: 5 },
                  { taskID: 3, taskName: 'Plan budget', startDate: new Date('02/03/2017'), duration: 5 },
                  { taskID: 4, taskName: 'Allocate resources', startDate: new Date('02/03/2017'), duration: 5 },
                  { taskID: 5, taskName: 'Planning complete', startDate: new Date('02/07/2017'), duration: 0 }
              ]
          }]
    };
  },
}
</script>
<style>
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-calendars/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';  
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-notifications/styles/material.css';
@import "../node_modules/@syncfusion/ej2-grids/styles/material.css";
@import "../node_modules/@syncfusion/ej2-vue-treegrid/styles/material.css";
</style>

Refer the Getting Started with Vue3 for using Syncfusion Vue components in Vue 3 applications.

Supported Frameworks

TreeGrid component is also offered in the following list of frameworks.

     JavaScript           Angular             Vue           ASP.NET Core    ASP.NET MVC  

Key features

  • Data sources: Bind the TreeGrid control with an array of JSON objects or DataManager. Large data can be bound to tree grid wth high performance using load-on-demand concept.
  • Sorting: Supports n levels of sorting and allows the use of a comparer function for customized sorting.
  • Filtering: Offers filter UIs such as filter bar and menu at each column to filter data. Also allows for filtering based on related parent or child records.
  • Paging: Provides the option to easily switch between pages using the pager bar. The number of rows in a page can also be customized. The pager also helps provide support for load-on-demand data binding.
  • Editing: Provides the options for create, read, update, and delete operations. In addition to built-in editor controls to edit a particular column value, using template support users can use custom editor components that suit their application needs.
  • Virtual scrolling: This feature improves the performance of the tree grid control when binding large amounts of data by only rendering the currently visible parts of the user interface and rendering other elements as needed while scrolling. Both column and row virtualization are supported.
  • Columns: Column definitions are used as the dataSource schema in the TreeGrid. This plays a vital role in rendering column values in the required format. Column functionalities such as resizing, reordering, column template, show or hide columns, stacked header, etc., are supported.
  • Column re-ordering: Drag any column and drop it at any position in the TreeGrid’s column header row, to reposition the column.
  • Column resizing: Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
  • Row re-ordering: Allows rows to be rearranged through drag and drop actions, changing their position and hierarchy level. A child row can be moved as a sibling within the same parent row or as a child to a different parent row.
  • Cell styling: Customize treegrid cells by using CSS or programmatically.
  • Selection: Rows or cells can be selected in the TreeGrid. One or more rows or cells can also be selected by holding Shift, Ctrl or Command, or programmatically.
  • Templates: Templates can be used to create custom user experiences in the TreeGrid.
  • Aggregation: Provides the option to easily visualize aggregates for column values. Also allows for the display of aggregates for each group of child rows within different parent rows.
  • Context menu: The context menu provides a list of actions to be performed in the TreeGrid. It appears when a cell, header, or the pager is right-clicked. Also allows for the addition of custom items with unique functionality to the context menu.
  • Export: Provides the option to export the tree grid data to Excel, PDF, and CSV formats.
  • RTL support: Provides the right-to-left mode which aligns content in the TreeGrid component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
  • Localization: Provides inherent support to localize the UI.

Support

Product support is available through the following mediums.

Changelog

Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.

License and copyright

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license for 80+ Vue UI components, you can purchase or start a free 30-day trial.

A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

See LICENSE FILE for more info.

© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

25.1.42

4 days ago

25.1.41

11 days ago

25.1.39

25 days ago

25.1.38

1 month ago

25.1.37

1 month ago

25.1.35

2 months ago

24.2.9

2 months ago

24.2.8

2 months ago

24.2.7

2 months ago

24.2.5

3 months ago

24.2.4

3 months ago

24.2.3

3 months ago

24.1.46

4 months ago

24.1.45

4 months ago

24.1.44

4 months ago

24.1.41

5 months ago

23.2.6

5 months ago

23.2.7

5 months ago

22.2.9

9 months ago

22.2.7

9 months ago

22.2.5

9 months ago

22.1.38

10 months ago

22.1.39

10 months ago

22.1.37

10 months ago

23.2.4

6 months ago

23.1.43

6 months ago

23.1.36

8 months ago

23.1.39

7 months ago

22.1.36

10 months ago

21.1.36

10 months ago

21.1.42

10 months ago

22.1.34

11 months ago

21.2.9

11 months ago

21.2.8

11 months ago

21.2.4

12 months ago

21.2.3

1 year ago

21.2.6

12 months ago

21.2.5

12 months ago

20.4.54

1 year ago

21.1.35

1 year ago

21.1.38

1 year ago

21.1.37

1 year ago

21.1.41

1 year ago

20.4.49

1 year ago

20.4.48

1 year ago

20.4.44

1 year ago

20.4.42

1 year ago

20.4.40

1 year ago

20.4.38

1 year ago

20.3.61

1 year ago

20.3.60

1 year ago

20.3.58

1 year ago

20.3.57

1 year ago

20.3.56

1 year ago

20.3.52

2 years ago

20.3.50

2 years ago

20.3.49

2 years ago

20.3.48

2 years ago

20.3.47

2 years ago

20.2.46

2 years ago

20.2.49

2 years ago

20.2.45

2 years ago

20.1.60

2 years ago

20.2.36

2 years ago

20.2.38

2 years ago

20.2.39

2 years ago

20.2.40

2 years ago

20.2.43

2 years ago

20.2.44

2 years ago

20.1.52

2 years ago

20.1.55

2 years ago

20.1.56

2 years ago

20.1.59

2 years ago

20.1.47

2 years ago

20.1.48

2 years ago

20.1.51

2 years ago

19.4.56

2 years ago

19.4.54

2 years ago

19.4.55

2 years ago

19.4.41

2 years ago

19.4.42

2 years ago

19.4.47

2 years ago

19.4.48

2 years ago

19.4.50

2 years ago

19.4.52

2 years ago

19.3.53

2 years ago

19.3.57

2 years ago

19.3.55

2 years ago

19.4.38

2 years ago

19.4.40

2 years ago

19.3.48

3 years ago

19.3.47

3 years ago

19.3.45

3 years ago

19.3.46

3 years ago

19.3.44

3 years ago

19.3.43

3 years ago

19.2.60

3 years ago

19.2.59

3 years ago

19.2.56

3 years ago

19.2.55

3 years ago

19.2.51

3 years ago

19.2.49

3 years ago

19.2.48

3 years ago

19.2.47

3 years ago

19.2.46

3 years ago

19.2.44

3 years ago

19.1.67

3 years ago

19.1.66

3 years ago

19.1.65

3 years ago

19.1.64

3 years ago

19.1.63

3 years ago

19.1.59

3 years ago

19.1.58

3 years ago

19.1.57

3 years ago

19.1.56

3 years ago

19.1.55

3 years ago

19.1.54

3 years ago

18.4.49

3 years ago

18.4.48

3 years ago

18.4.46

3 years ago

18.4.44

3 years ago

18.4.42

3 years ago

18.4.41

3 years ago

18.4.39

3 years ago

18.4.35

3 years ago

18.4.34

3 years ago

18.4.33

3 years ago

18.4.31

3 years ago

18.4.30

3 years ago

18.3.52

3 years ago

18.3.48

3 years ago

18.3.47

3 years ago

18.3.44

4 years ago

18.3.42

4 years ago

18.3.40

4 years ago

18.3.35

4 years ago

18.2.59

4 years ago

18.2.58

4 years ago

18.2.57

4 years ago

18.2.56

4 years ago

18.2.55

4 years ago

18.2.54

4 years ago

18.2.47

4 years ago

18.2.45

4 years ago

18.2.44

4 years ago

18.1.59

4 years ago

18.1.57

4 years ago

18.1.56

4 years ago

18.1.55

4 years ago

18.1.54

4 years ago

18.1.53

4 years ago

18.1.52

4 years ago

18.1.48

4 years ago

18.1.45

4 years ago

18.1.43

4 years ago

18.1.42

4 years ago

18.1.36-beta

4 years ago

17.4.51

4 years ago

17.4.49

4 years ago

17.4.47

4 years ago

17.4.46

4 years ago

17.4.43

4 years ago

17.4.41

4 years ago

17.4.40

4 years ago

17.4.39

4 years ago

17.3.29

4 years ago

17.3.28

4 years ago

17.3.27

4 years ago

17.3.26

4 years ago

17.3.21

5 years ago

17.3.19

5 years ago

17.3.17

5 years ago

17.3.16

5 years ago

17.3.14

5 years ago

17.3.9-beta

5 years ago

17.2.51

5 years ago

17.2.48-beta

5 years ago

17.2.29-beta

5 years ago

17.2.47

5 years ago

17.2.46

5 years ago

17.2.41

5 years ago

17.2.40

5 years ago

17.2.39

5 years ago

17.2.35

5 years ago

17.2.34

5 years ago

17.2.28-beta

5 years ago

17.1.51

5 years ago

17.1.49

5 years ago

17.1.48

5 years ago

17.1.47

5 years ago

17.1.44

5 years ago

17.1.42

5 years ago

17.1.41

5 years ago

17.1.40

5 years ago

17.1.38

5 years ago

17.1.32-beta

5 years ago

16.4.55

5 years ago

16.4.53

5 years ago

16.4.52

5 years ago

17.1.1-beta

5 years ago

16.4.48

5 years ago

16.4.47

5 years ago

16.4.46

5 years ago

16.4.45

5 years ago

16.4.44

5 years ago

16.4.42

5 years ago

16.4.40-beta

5 years ago