Skip to content

Commit 21ddbab

Browse files
committed
Modified usage section
1 parent a860b38 commit 21ddbab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ Check out the [DEMO](https://ckyycc.github.io/ngx-selection-table/) for more inf
1818
import { SelectionTableModule } from 'ngx-selection-table';
1919

2020
@NgModule({
21-
declarations: [
22-
...
23-
],
21+
declarations: [...],
2422
imports: [
2523
SelectionTableModule,
2624
...
@@ -33,7 +31,6 @@ export class AppModule { }
3331

3432
### Enabling Selection Table
3533
```HTML
36-
<div style="width:25%; float: left">
3734
<ngx-selection-table
3835
(change)="selectItem($event)"
3936
[tableSource]="tableSource"
@@ -47,7 +44,6 @@ export class AppModule { }
4744
[multiSelection]="true"
4845
[clickToSelect]="true">
4946
</ngx-selection-table>
50-
</div>
5147
```
5248

5349
## Parameters

0 commit comments

Comments
 (0)