Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ed2c9f

Browse filesBrowse files
committed
Fix for custom CPagination props
1 parent 921a14c commit 9ed2c9f
Copy full SHA for 9ed2c9f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/table/CDataTable.js

Copy file name to clipboardExpand all lines: src/table/CDataTable.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,11 @@ const CDataTable = props => {
589589

590590
{ pagination &&
591591
<CPagination
592-
{...paginationProps}
593592
style={{display: totalPages > 1 ? 'inline' : 'none'}}
594593
onActivePageChange={(page) => { setPage(page) }}
595594
pages={totalPages}
596595
activePage={page}
596+
{...paginationProps}
597597
/>
598598
}
599599
</React.Fragment>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.