Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix sortable example
Needs to have prop `sortable`. Has been `striped` in this example.
  • Loading branch information
André Sebastian-Bath authored Jan 24, 2022
commit d5fc27012835814ae0d55d2011cbed4155f24c1d
4 changes: 2 additions & 2 deletions en/react/web/docs/tables/datatables/a.html
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ <h2 class="section-heading mb-4">
<td><i>Boolean</i></td>
<td><code style="word-break: normal">true</code></td>
<td>Determines whether sorting is enabled/disabled.</td>
<td><code style="word-break: normal">&lt;MDBDataTable striped /&gt;</code></td>
<td><code style="word-break: normal">&lt;MDBDataTable sortable /&gt;</code></td>
</tr>
<tr>
<td><code style="word-break: normal">small</code></td>
Expand Down Expand Up @@ -1004,4 +1004,4 @@ <h3 class="secondary-heading mb-4">API Reference: DataTable Methods</h3>
<!-- Table -->

</section>
<!--/Section-->
<!--/Section-->