Skip to content

Commit a1088e4

Browse files
committed
chore: run Prettier formatting
1 parent 74395fe commit a1088e4

17 files changed

Lines changed: 51 additions & 50 deletions

File tree

demos/aurelia/src/examples/slickgrid/example22.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>
1717
<div class="subtitle">
1818
This example demonstrate the creation of multiple grids in Bootstrap Tabs
1919
<ol>
20-
<li>Regular mocked data with javascript</li>
20+
<li>Regular mocked data with JavaScript</li>
2121
<li>Load dataset through Fetch-Client. Also note we need to call a "resizeGrid()" after focusing on this tab</li>
2222
</ol>
2323
</div>

demos/aurelia/src/home-page.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
<div class="container page-host homepage-container">
2-
<h1>Aurelia-Slickgrid</h1>
3-
<iframe
4-
allowtransparency="true"
5-
scrolling="no"
6-
frameborder="0"
7-
src="https://buttons.github.io/buttons.html#href=https%3A%2F%2Fgithub.com%2Fghiscoding%2Faurelia-slickgrid&amp;aria-label=Star%20ghiscoding%2Faurelia-slickgrid%20on%20GitHub&amp;data-icon=octicon-star&amp;data-text=Star&amp;data-show-count=true"
8-
style="width: 90px; height: 20px; border: none"
9-
></iframe>
10-
<h3>Introduction</h3>
1+
<div class="container">
2+
<h2>Aurelia-Slickgrid - Demo Site</h2>
3+
<div class="subtitle">This site is to demo multiple usage of Aurelia-Slickgrid, choose an example from the left side menu</div>
4+
5+
<hr />
6+
7+
<h4>Quick intro</h4>
118
<p>
12-
One of the best javascript datagrid
13-
<a href="https://github.com/mleibman/SlickGrid" target="_blank">SlickGrid</a> which was originally developed by @mleibman is now
14-
available to Aurelia. I have tried and used a few datagrids and SlickGrid beats most of them in terms of functionalities and performance
15-
(it can easily deal with even a million row).
9+
One of the best JavaScript datagrid
10+
<a href="https://github.com/mleibman/SlickGrid" target="_blank">SlickGrid</a> which was originally developed by &#64;mleibman is now
11+
available to Aurelia. I have tried, and used, a few datagrids and SlickGrid beats most of them in terms of functionalities and
12+
performance (it can easily handle a million row).
1613
</p>
14+
<h4>Documentation</h4>
1715
<p>
18-
<h3>Documentation</h3>
19-
Most of the info, news and documentation links are mostly available in the <a href="https://github.com/ghiscoding/slickgrid-universal">Slickgrid-Universal</a> project.
20-
Please consult the
21-
<a href="https://ghiscoding.gitbook.io/aurelia-slickgrid" target="_blank">Aurelia-Slickgrid - Docs</a>
22-
before opening any new issues. The
23-
<a href="https://ghiscoding.gitbook.io/aurelia-slickgrid/getting-started/quick-start" target="_blank">Docs - Getting Started</a>
24-
is a great place to start with.
16+
The documentation is powered by GitBook and can be found at this link
17+
<a href="https://ghiscoding.gitbook.io/aurelia-slickgrid" target="_blank">Aurelia-Slickgrid - Documentation</a>, so be sure to consult
18+
it before opening any new issue.
19+
<br />
20+
The
21+
<a href="https://ghiscoding.gitbook.io/aurelia-slickgrid/getting-started/quick-start" target="_blank">HOWTO - Quick Start</a>
22+
is the best starting point to get going with this library.
2523
</p>
2624

2725
<hr />
2826
Like my work? You can support me with caffeine :)
29-
<br />
27+
28+
<br /><br />
29+
3030
<a href="https://ko-fi.com/ghiscoding" target="_blank">
3131
<img
3232
height="36"

demos/react/src/examples/slickgrid/Example22.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const Example22: React.FC = () => {
158158
<div className="subtitle">
159159
This example demonstrate the creation of multiple grids in Bootstrap Tabs
160160
<ol>
161-
<li>Regular mocked data with javascript</li>
161+
<li>Regular mocked data with JavaScript</li>
162162
<li>Load dataset through Fetch. Also note we need to call a "resizeGrid()" after focusing on this tab</li>
163163
</ol>
164164
</div>

demos/vue/src/Home.vue

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@
77

88
<h4>Quick intro</h4>
99
<p>
10-
One of the best JavaScript data grid
10+
One of the best JavaScript datagrid
1111
<a href="https://github.com/mleibman/SlickGrid" target="_blank">SlickGrid</a> which was originally developed by &#64;mleibman is now
12-
available to Vue. I have tried, and used, a few data grids and SlickGrid beats most of them in terms of functionalities and performance
13-
(it can even handle a million rows).
12+
available to Aurelia. I have tried, and used, a few datagrids and SlickGrid beats most of them in terms of functionalities and
13+
performance (it can easily handle a million row).
1414
</p>
1515
<h4>Documentation</h4>
1616
<p>
17-
<h3>Documentation</h3>
18-
Most of the info, news and documentation links are mostly available in the <a href="https://github.com/ghiscoding/slickgrid-universal">Slickgrid-Universal</a> project. Please consult the
19-
<a href="https://ghiscoding.gitbook.io/slickgrid-vue" target="_blank">Slickgrid-Vue - Docs</a>
20-
before opening any new issues. The
21-
<a href="https://ghiscoding.gitbook.io/slickgrid-vue/getting-started/quick-start" target="_blank">Docs - Getting Started</a>
22-
is a great place to start with.
17+
The documentation is powered by GitBook and can be found at this link
18+
<a href="https://ghiscoding.gitbook.io/slickgrid-vue" target="_blank">Slickgrid-Vue - Documentation</a>, so be sure to consult it before
19+
opening any new issue.
20+
<br />
21+
The
22+
<a href="https://ghiscoding.gitbook.io/slickgrid-vue/getting-started/quick-start" target="_blank">HOWTO - Quick Start</a>
23+
is the best starting point to get going with this library.
2324
</p>
2425

2526
<hr />

frameworks/angular-slickgrid/docs/column-functionalities/editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Editors won't work without these 2 flags `enableCellNavigation: true` and `editable: true` enabled in your Grid Options, so make sure to always to always defined them. Also note that you can toggle the grid to read only (not editable) via the `editable` grid option flag.
2525

2626
### Demo
27-
##### with plain javascript/jQuery
27+
##### with plain JavaScript/jQuery
2828
[Demo Page](https://ghiscoding.github.io/Angular-Slickgrid/#/editor) / [Demo Component](https://github.com/ghiscoding/slickgrid-universal/blob/master/frameworks/angular-slickgrid/src/demos/examples/grid-editor.component.ts)
2929

3030
##### with Angular Component

frameworks/angular-slickgrid/docs/column-functionalities/filters/custom-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- [Custom Filter with Angular Components](#custom-filter-with-angular-components)
55

66
### Demo
7-
##### with plain javascript/jQuery
7+
##### with plain JavaScript/jQuery
88
[Demo Page](https://ghiscoding.github.io/Angular-Slickgrid/#/clientside) / [Demo Client Component](https://github.com/ghiscoding/slickgrid-universal/blob/master/frameworks/angular-slickgrid/src/demos/examples/grid-clientside.component.ts) / [Custom InputFilter.ts](https://github.com/ghiscoding/slickgrid-universal/blob/master/frameworks/angular-slickgrid/src/demos/examples/custom-inputFilter.ts)
99

1010
##### with Angular Component

frameworks/angular-slickgrid/src/demos/examples/example22.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>
1818
<div class="subtitle">
1919
This example demonstrate the creation of multiple grids in Bootstrap Tabs
2020
<ol>
21-
<li>Regular mocked data with javascript</li>
21+
<li>Regular mocked data with JavaScript</li>
2222
<li>Load dataset through Http-Client. Also note we need to call a "resizeGrid()" after focusing on this tab</li>
2323
</ol>
2424
</div>

frameworks/angular-slickgrid/src/demos/examples/home.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ <h2>Angular-Slickgrid - Demo Site</h2>
66

77
<h4>Quick intro</h4>
88
<p>
9-
One of the best javascript datagrid
9+
One of the best JavaScript datagrid
1010
<a href="https://github.com/mleibman/SlickGrid" target="_blank">SlickGrid</a> which was originally developed by &#64;mleibman is now
1111
available to Angular. I have tried, and used, a few datagrids and SlickGrid beats most of them in terms of functionalities and
12-
performance (it can easily even handle a million row).
12+
performance (it can easily handle a million row).
1313
</p>
1414
<h4>Documentation</h4>
1515
<p>
@@ -31,7 +31,7 @@ <h4>Documentation</h4>
3131
<img
3232
height="36"
3333
style="border: 0px; height: 36px"
34-
src="https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0"
34+
src="https://storage.ko-fi.com/cdn/kofi3.png?v=6"
3535
border="0"
3636
alt="Buy Me a Coffee at ko-fi.com"
3737
/>

frameworks/aurelia-slickgrid/docs/column-functionalities/editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Editors won't work without these 2 flags `enableCellNavigation: true` and `editable: true` enabled in your Grid Options, so make sure to always to always defined them. Also note that you can toggle the grid to read only (not editable) via the `editable` grid option flag.
2525

2626
### Demo
27-
##### with plain javascript/jQuery
27+
##### with plain JavaScript/jQuery
2828
[Demo Page](https://ghiscoding.github.io/aurelia-slickgrid/#/slickgrid/example3) / [Demo ViewModel](https://github.com/ghiscoding/slickgrid-universal/blob/master/demos/aurelia/src/examples/slickgrid/example3.ts)
2929

3030
##### with Aurelia Custom Components

frameworks/slickgrid-react/docs/column-functionalities/editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Editors won't work without these 2 flags `enableCellNavigation: true` and `editable: true` enabled in your Grid Options, so make sure to always to always defined them. Also note that you can toggle the grid to read only (not editable) via the `editable` grid option flag.
3030

3131
### Demo
32-
##### with plain javascript
32+
##### with plain JavaScript
3333
[Demo Page](https://ghiscoding.github.io/slickgrid-react-demos/#/Example3) / [Demo ViewModel](https://github.com/ghiscoding/slickgrid-universal/blob/master/demos/react/src/examples/slickgrid/Example3.tsx)
3434

3535
##### with React Custom Components

0 commit comments

Comments
 (0)