mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 23:28:08 +03:00
Merge pull request #121 in DNS/adguard-dns from fix/484 to master
* commit '9fe9baf7f4a68bc95adf8cfcb40f8e3346e46547': Added pagination to the Filters table
This commit is contained in:
commit
bac2c39107
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ class Filters extends Component {
|
|||
<ReactTable
|
||||
data={filters}
|
||||
columns={this.columns}
|
||||
showPagination={false}
|
||||
showPagination={true}
|
||||
defaultPageSize={10}
|
||||
noDataText={ t('no_filters_added') }
|
||||
minRows={4} // TODO find out what to show if rules.length is 0
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue