UNPKG

fixed-react-data-grid-custom

Version:

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

4 lines (3 loc) 191 B
/// <reference types="react" /> import { FilterRendererProps } from '../../types'; export default function FilterableHeaderCell<R>({ column, onChange }: FilterRendererProps<R>): JSX.Element;