-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff9bfb8
commit 576db84
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ In your component template | |
|
||
```ts | ||
import { Component } from '@angular/core'; | ||
import { GridJsConfig } from 'gridjs-angular'; | ||
import { UserConfig } from 'gridjs'; | ||
|
||
@Component({ | ||
template: ` | ||
|
@@ -41,7 +41,7 @@ import { GridJsConfig } from 'gridjs-angular'; | |
` | ||
}) | ||
class ExampleComponent { | ||
public gridConfig: GridJsConfig = { | ||
public gridConfig: UserConfig = { | ||
columns: ['Name', 'Email', 'Phone Number'], | ||
data: [ | ||
['John', '[email protected]', '(353) 01 222 3333'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters