Skip to content

Instantly share code, notes, and snippets.

@Blezzoh
Blezzoh / react-table7-subcomponent.js
Last active December 22, 2022 16:18
subcomponent for react table 7
import React from "react";
import { useTable, useSortBy, useFilters, useGlobalFilter, useFlexLayout, useResizeColumns, useExpanded } from "react-table";
import CustomInput from "./CustomInput";
const rt7Expander = {
// Make an expander cell
Header: () => null, // No header
id: 'expander', // It needs an ID
width: 25,
Cell: ({ row }) => (