Skip to content

Commit

Permalink
upd description
Browse files Browse the repository at this point in the history
  • Loading branch information
JonFromNYC committed Jul 24, 2020
1 parent 3ce9f9d commit f630f78
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/Components/Description.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@ const Description = () => {
return (
<div>
<p>This is a React Component using AG-Grid to make an interactive pivot table.</p>
You can
<ul>
<li>Select multiple rows</li>
<li>Group/Ungroup the list of cars</li>
<li>Sort or Filter the grid when you hover over the column names the filter appears
</li>
<li>Right Click to export to .csv, .xml, or .xlsx.</li>
<li>Save selections you've checked off and save them to a database.
Click a few boxes and then click "Get Selected Rows"
</li>
</ul>

Try this
<ol>
<li>Click the <span style={{ border: '1px solid lightGrey', padding: '0px 3px 0px 3px'}}></span> button to the left of Ford.</li>
Expand Down

0 comments on commit f630f78

Please sign in to comment.