DEV Community

Suyash Chandrakar
Suyash Chandrakar

Posted on

`useReactTable`

useReactTable

->Takes an options object and returns a table.

import { useReactTable } from '@stanstack/react-table'

function App() {
const table = useReactTable(options)

// ...render your table
}

Top comments (0)