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 b8648d0

Browse filesBrowse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Add responsive attribute to Table component
1 parent 8c11304 commit b8648d0
Copy full SHA for b8648d0

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+8
-1
lines changed

‎src/components/Table/index.js

Copy file name to clipboardExpand all lines: src/components/Table/index.js
+8-1Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,14 @@ const Table = () => {
194194
return (
195195
<Container className="table">
196196
<ReactTooltip />
197-
<ReactTable align="center" borderless striped hover {...getTableProps()}>
197+
<ReactTable
198+
align="center"
199+
responsive
200+
borderless
201+
striped
202+
hover
203+
{...getTableProps()}
204+
>
198205
<thead>
199206
{headerGroups.map(headerGroup => (
200207
<tr {...headerGroup.getHeaderGroupProps()}>

0 commit comments

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