Merge pull request #2752 from tugcekucukoglu/row-style

Update DataTableDoc.vue
pull/2753/head
Tuğçe Küçükoğlu 2022-07-04 09:46:54 +03:00 committed by GitHub
commit 4ad066c2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2128,7 +2128,7 @@ export default {
<td>rowStyle</td>
<td>object</td>
<td>null</td>
<td>A function that takes the row data as a parameter and returns the inline style for the corresponding row.</td>
<td>Inline style of the row element.</td>
</tr>
<tr>
<td>scrollable</td>