Default highlightSelectedRow to false (#910)

* Default highlightSelectedRow to false for table

* Move location of highlightSelectedRow option in components.js
This commit is contained in:
Sherfin Shamsudeen 2021-10-06 13:04:54 +05:30 committed by GitHub
parent 9d8bca7647
commit 01d2559ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,7 @@ export const componentTypes = [
},
showBulkUpdateActions: { value: true },
showBulkSelector: { value: false },
highlightSelectedRow: { value: false },
},
events: [],
styles: {