Skip to content

Commit

Permalink
sortby
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Apr 8, 2023
1 parent ae472ee commit 5f431f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/modules/networkMembersTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const NetworkMembersTable = ({ nwid }) => {
},
{
Header: "ID",
accessor: (d: string) => d["id"],
accessor: "id",
// maxWidth: 200,
// width: 150,
},
Expand Down Expand Up @@ -418,9 +418,7 @@ export const NetworkMembersTable = ({ nwid }) => {
// Loop over the headers in each row
headerGroup.headers.map((column) => (
<th
{...column.getHeaderProps(
column.getSortByToggleProps()
)}
{...column.getHeaderProps()}
scope="col"
className="py-3 pl-4"
>
Expand Down

0 comments on commit 5f431f8

Please sign in to comment.