Skip to content

Commit

Permalink
Added sortable list for visible columns
Browse files Browse the repository at this point in the history
Need to add handling for multiple lists on the page
  • Loading branch information
henrywhitaker3 committed Apr 10, 2021
1 parent b232c21 commit c9e86ac
Show file tree
Hide file tree
Showing 6 changed files with 25,924 additions and 1,017 deletions.
13,285 changes: 13,253 additions & 32 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.21",
"@babel/preset-react": "^7.12.13",
"axios": "^0.21",
"bootstrap": "^4.6.0",
"cross-env": "^7.0",
"jquery": "^3.5",
Expand All @@ -29,6 +29,7 @@
"chart.js": "^2.9.4",
"csv-file-validator": "^1.10.1",
"js-cookie": "^2.2.1",
"react-beautiful-dnd": "^13.1.0",
"react-bootstrap": "^1.5.1",
"react-chartjs-2": "^2.11.1",
"react-router": "^5.2.0",
Expand Down
Loading

0 comments on commit c9e86ac

Please sign in to comment.