# Tables

This example plugin overrides the pod list view's table to add a context menu.

To run the plugin:

```bash
cd plugins/examples/tables
npm install
npm start
# Go to the pod list view and see how the table now has a context menu for each row.
```

The main code for the plugin is in [src/index.tsx](src/index.tsx).
