Content-Length: 287857 | pFad | http://github.com/namecheap/ilc/commit/88971dfdc5b4fabfa96c58596f087a05145e1c37

5B Merge pull request #226 from namecheap/feature/more_rows_per_page · namecheap/ilc@88971df · GitHub
Skip to content

Commit

Permalink
Merge pull request #226 from namecheap/feature/more_rows_per_page
Browse files Browse the repository at this point in the history
feat: 25 rows per page in Registry by default
  • Loading branch information
StyleT authored Nov 11, 2020
2 parents 2376712 + ad2c17a commit 88971df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions registry/client/src/appRoutes/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const PostList = props => {
bulkActionButtons={<ListBulkActions />}
exporter={false}
filters={<ListFilter />}
perPage={25}
>
{isSmall ? (
<SimpleList
Expand Down
3 changes: 1 addition & 2 deletions registry/client/src/apps/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
SimpleList,
TextField,
ChipField,
Pagination,
} from 'react-admin'; // eslint-disable-line import/no-unresolved

const PostListBulkActions = memo(props => (
Expand Down Expand Up @@ -41,7 +40,7 @@ const PostList = props => {
{...props}
bulkActionButtons={<PostListBulkActions />}
exporter={false}
pagination={<Pagination perPage={25}/>}
perPage={25}
>
{isSmall ? (
<SimpleList
Expand Down
3 changes: 1 addition & 2 deletions registry/client/src/settings/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
SimpleList,
SelectField,
TextField,
Pagination,
} from 'react-admin';

import {types} from './dataTransform';
Expand Down Expand Up @@ -60,7 +59,7 @@ const PostList = props => {
{...props}
exporter={false}
bulkActionButtons={false}
pagination={<Pagination perPage={25}/>}
perPage={25}
>
{isSmall
? (
Expand Down

0 comments on commit 88971df

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/namecheap/ilc/commit/88971dfdc5b4fabfa96c58596f087a05145e1c37

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy