ms-data-grid 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</video>
|
|
9
9
|
|
|
10
10
|
<p align="end">
|
|
11
|
-
<a href="https://stackblitz.com/edit/
|
|
11
|
+
<a href="https://stackblitz.com/edit/stackblitz-starters-zmb6t99c?file=src%2Fapp%2Fapp.component.ts"_blank" style="
|
|
12
12
|
display: inline-block;
|
|
13
13
|
padding: 10px 20px;
|
|
14
14
|
background-color: #0078d7;
|
|
@@ -292,14 +292,6 @@ template: `
|
|
|
292
292
|
|
|
293
293
|
<table style="width:100%; border-collapse: collapse;">
|
|
294
294
|
<tr>
|
|
295
|
-
<td style="width:50%; padding:6px; vertical-align:top;">
|
|
296
|
-
<a href="https://techbar.s3.amazonaws.com/data-table/table%20demo%203.mp4" target="_blank">
|
|
297
|
-
<video autoplay loop muted playsinline width="100%" style="border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.1); cursor:pointer;">
|
|
298
|
-
<source src="https://techbar.s3.amazonaws.com/data-table/table%20demo%203.mp4" type="video/mp4">
|
|
299
|
-
Your browser does not support the video tag.
|
|
300
|
-
</video>
|
|
301
|
-
</a>
|
|
302
|
-
</td>
|
|
303
295
|
<td style="width:50%; padding:6px; vertical-align:top;">
|
|
304
296
|
<img src="https://techbar.s3.amazonaws.com/data-table/demo%20table.jpeg"
|
|
305
297
|
alt="Row Shading Example"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms-data-grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"description": "A powerful, customizable Angular data grid component with advanced features like sorting, filtering, pagination, column pinning, and taskbar actions. Perfect for enterprise applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|