Skip to content

Commit 625bd7a

Browse files
master: Committed the bootstrap tooltip sample in vue datagrid sample.
1 parent c858309 commit 625bd7a

File tree

13 files changed

+2
-10227
lines changed

13 files changed

+2
-10227
lines changed

.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,2 @@
1-
# Render bootstrap tooltip in grid cells
2-
3-
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.
4-
5-
## To install bootstrap, use the following command
6-
7-
```
8-
npm install vue bootstrap bootstrap-vue
9-
```
10-
11-
## To install syncfusion grid package, use the following command
12-
13-
```
14-
npm install @syncfusion/ej2-vue-grids --save
15-
```
16-
17-
### Run the application
18-
```
19-
npm run serve
20-
```
21-
22-
### Compiles and minifies for production
23-
```
24-
npm run build
25-
```
26-
27-
### Customize configuration
28-
See [Configuration Reference](https://cli.vuejs.org/config/).
1+
# how-to-show-bootstrap-tooltip-while-hovering-on-vue-datagrid-cells
2+
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.

babel.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

jsconfig.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

public/favicon.ico

-4.19 KB
Binary file not shown.

public/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/App.vue

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/assets/logo.png

-6.69 KB
Binary file not shown.

src/components/HelloWorld.vue

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)