/how-to-show-bootstrap-tooltip-while-hovering-on-vue-datagrid-cells

A tooltip is a small, contextual pop-up that provides additional information or clarification about a specific element when the user hovers over it. This project helps in rendering Bootstrap tooltips in the vue datagrid cells.

Primary LanguageJavaScript

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.