Skip to content

Files

Latest commit

 

History

History
28 lines (20 loc) · 618 Bytes

File metadata and controls

28 lines (20 loc) · 618 Bytes

Render bootstrap tooltip in grid cells

The Grid component allows rendering Bootstrap tooltips in the cells. To enable this feature, you need to add the Bootstrap css to initialize the tooltip.

To install bootstrap, use the following command

npm install vue bootstrap bootstrap-vue

To install syncfusion grid package, use the following command

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

Run the application

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.