Hide expand indicator if row is not expandable and prevent it from being expanded

This commit is contained in:
Vincent Degroote
2018-12-05 10:50:52 +01:00
parent 5a6b7e122d
commit f175fd4186
4 changed files with 1362 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ const expandRow = {
<p>expandRow.renderer callback will pass the origin row object to you</p>
</div>
),
showExpandColumn: true,
nonExpandable: [1, 3]
};
@@ -50,6 +51,7 @@ const expandRow = {
<p>expandRow.renderer callback will pass the origin row object to you</p>
</div>
),
showExpandColumn: true,
nonExpandable: [1, 3]
};