freeCodeCamp / classroom

BSD 3-Clause "New" or "Revised" License
145 stars 118 forks source link

Replace DataTable with useTable inside adminTable.js #467

Open Komal914 opened 11 months ago

Komal914 commented 11 months 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 11 months ago

I will be working on this.

Ranjan-bej commented 10 months ago

Is this issue still open??

Komal914 commented 10 months ago

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