Skip to content

A Vue quick start project that shows how to customize the Syncfusion Vue Query Builder component using templates. This project contains simple code to customize the headers, columns, and rules of the Query Builder's UI.

Notifications You must be signed in to change notification settings

SyncfusionExamples/How-to-Customize-the-Vue-Query-Builder-Component-Using-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Customize the Vue Query Builder Component Using Templates

A Vue quick start project that shows how to customize the Syncfusion Vue Query Builder component using templates. This project contains simple code to customize the headers, columns, and rules of the Query Builder’s UI.

Watch the video: Coming soon…

Refer to the documentation to learn about the Vue Query Builder component: https://ej2.syncfusion.com/vue/documentation/query-builder/templates

Check out this online example of the Vue Query Builder component: https://ej2.syncfusion.com/vue/demos/#/material3/query-builder/template.html

Before working on this project, make sure your machine has the latest versions of Node.js and Visual Studio Code.

How to run this application

To run this application, you need to clone the How-to-Customize-the-Vue-Query-Builder-Component-Using-Templates repository and open it in Visual Studio Code. Then, install all the necessary Vue packages in your project using the npm install command and run your project using the npm run dev command.