Cherry pick from PR 4784 to disable autofocus on table scroller

pull/2/head
nitsua 4 years ago committed by Qstick
parent 9f925a5dbd
commit 487546d6f3

@ -52,6 +52,7 @@ function Table(props) {
scrollDirections.HORIZONTAL :
scrollDirections.NONE
}
autoFocus={false}
>
<table className={className}>
<TableHeader>

Loading…
Cancel
Save