Skip to content

Add features table widget #718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/images/features_table_widget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/howtos/layers/points.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,15 @@ of the points (e.g., face color or border color).
To see the points features in action, please see the
[Point annotation tutorial](annotating-points).

You can also use the builtin Features Table Widget to select, visualize, edit,
or save the contents of the `features` table.

![image: Features Table Widget](../../_static/images/features_table_widget.png).

To open it, go to `Layer -> Visualize -> Features Table Widget` or press
{kbd}`Command/Ctrl+Shift+P` to open the command palette and search for "features".
To see it in action, see the {ref}`sphx_glr_gallery_features_table_widget.py` gallery example.


### Non-editable mode

Expand Down
Loading