freeCodeCamp / classroom

BSD 3-Clause "New" or "Revised" License
144 stars 120 forks source link

Replace DataTable with useTable inside adminTable.js #467

Open Komal914 opened 1 year ago

Komal914 commented 1 year ago

Describe the bug The DataTable library is being used inside the adminTable component. This library has caused issues in the past. It needs to be removed and replaced with useTable from react.

To Reproduce Steps to reproduce the behavior:

  1. Go to '../components/adminTable.js'
  2. Remove line 2, and replace it with import { useTable } from 'react-table'
  3. Scroll down to line 5. Update the rest of the code to work with useTable, and render.

Additional context The library useTable has been used in the past inside '../components/dashtable_v2.js'. Refer to this file for example.

Komal914 commented 1 year ago

I will be working on this.

Ranjan-bej commented 1 year ago

Is this issue still open??

Komal914 commented 1 year ago

hey @Ranjan-bej, the issue is open but I am working on it. There should be a PR up soon.

shootermv commented 1 month ago

is this PR still under review?