File tree Expand file tree Collapse file tree 1 file changed +5
-26
lines changed Expand file tree Collapse file tree 1 file changed +5
-26
lines changed Original file line number Diff line number Diff line change 164
164
var ReactDatatable = require (' @ashvin27/react-datatable' )
165
165
```
166
166
## 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
193
172
194
173
## Options
195
174
| Name | Type | default | Description
You can’t perform that action at this time.
0 commit comments