Skip to content

Commit

Permalink
Replaced Table component with DataTable lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedalatawi committed Dec 25, 2024
1 parent feee37e commit 897161a
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 282 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"dependencies": {
"@apollo/server": "^4.9.5",
"@atawi/react-datatable": "^1.0.0",
"@atawi/react-popover": "^1.0.4",
"@fullcalendar/core": "^6.1.5",
"@fullcalendar/daygrid": "^6.1.4",
Expand Down
123 changes: 0 additions & 123 deletions src/components/Table/Table.tsx

This file was deleted.

46 changes: 0 additions & 46 deletions src/components/Table/TableBody.tsx

This file was deleted.

46 changes: 0 additions & 46 deletions src/components/Table/TableHead.tsx

This file was deleted.

2 changes: 2 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import 'jquery/dist/jquery.min.js'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'

import '@atawi/react-datatable/style.css'

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<AuthProvider>
Expand Down
Loading

0 comments on commit 897161a

Please sign in to comment.