Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 542 Bytes

File metadata and controls

11 lines (7 loc) · 542 Bytes

React Table context menu

This is a sample React app that uses @tanstack/react-table package to render a table with a meatballs menu, also known as three horizontal dots (⋯) menu. The table also supports row selection and it built with UI elements from react-bootstrap.

See the accompanying blog post for detailed explanation: https://www.codejourney.net/adding-meatballs-menu-to-react-table-rows

Running the app

This sample was created with create-react-app. It can be run by executing npm install and npm start commands.