Bug 1449516 - add top pagination to IFV tables (#4026)

This commit is contained in:
Sarah Clements 2018-09-14 12:55:04 -07:00 коммит произвёл GitHub
Родитель 6ea96ff11d
Коммит c251ab9439
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -79,6 +79,7 @@ class GenericTable extends React.Component {
columns={columns}
className="-striped"
getTrProps={trStyling ? this.bugRowStyling : () => ({})}
showPaginationTop
/>
);
}