We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a860b38 commit 21ddbabCopy full SHA for 21ddbab
README.md
@@ -18,9 +18,7 @@ Check out the [DEMO](https://ckyycc.github.io/ngx-selection-table/) for more inf
18
import { SelectionTableModule } from 'ngx-selection-table';
19
20
@NgModule({
21
- declarations: [
22
- ...
23
- ],
+ declarations: [...],
24
imports: [
25
SelectionTableModule,
26
...
@@ -33,7 +31,6 @@ export class AppModule { }
33
31
34
32
### Enabling Selection Table
35
```HTML
36
-<div style="width:25%; float: left">
37
<ngx-selection-table
38
(change)="selectItem($event)"
39
[tableSource]="tableSource"
@@ -47,7 +44,6 @@ export class AppModule { }
47
44
[multiSelection]="true"
48
45
[clickToSelect]="true">
49
46
</ngx-selection-table>
50
-</div>
51
```
52
53
## Parameters
0 commit comments