Skip to content

Commit a2f8821

Browse files
Update readme file
1 parent 860c64d commit a2f8821

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

README.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -164,32 +164,11 @@ or
164164
var ReactDatatable = require('@ashvin27/react-datatable')
165165
```
166166
## Props
167-
<table class="table table-bordered table-striped">
168-
<thead>
169-
<tr>
170-
<th>Name</th>
171-
<th>Type</th>
172-
<th>Description</th>
173-
</tr>
174-
</thead>
175-
<tbody>
176-
<tr>
177-
<td>config</td>
178-
<td>Object[]</td>
179-
<td>This props will used to specify datatable configuration</td>
180-
</tr>
181-
<tr>
182-
<td>records</td>
183-
<td>Object[]</td>
184-
<td>This props will used to pass records/data to datatable</td>
185-
</tr>
186-
<tr>
187-
<td>columns</td>
188-
<td>Object[]</td>
189-
<td>This props will used to specify datatable column configuration</td>
190-
</tr>
191-
</tbody>
192-
</table>
167+
| Name | Type | Description
168+
| ------------- | ------------- | ------------- |
169+
| config | Object[] | This props will used to specify datatable configuration
170+
| records | Object[] | This props will used to pass records/data to datatable
171+
| columns | Object[] | This props will used to specify datatable column configuration
193172

194173
## Options
195174
| Name | Type | default | Description

0 commit comments

Comments
 (0)