Skip to content
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

AttributesTable: remove from results #71

Closed
carrbrpoa opened this issue Sep 16, 2016 · 4 comments
Closed

AttributesTable: remove from results #71

carrbrpoa opened this issue Sep 16, 2016 · 4 comments

Comments

@carrbrpoa
Copy link
Contributor

carrbrpoa commented Sep 16, 2016

Hey @tmcgee!

Is there a nice way to remove a record from results? Let's say that I did spatial Search and then I want to remove one or some of the resulted records, maybe through a custom column or context menu in hovered line of table. I know how to "inject" custom columns there, my problem is to interact with the table data.

Thanks!

@carrbrpoa
Copy link
Contributor Author

Maybe with populateGrid topic publication? Or there is a more polished way?

@carrbrpoa
Copy link
Contributor Author

carrbrpoa commented Sep 28, 2016

I digged into AttributesTable stuff and now I'm working to include this option:

image

The idea is to remove graphics from results (highlights and all) and the record from attribute table.

Valid?

@tmcgee
Copy link
Owner

tmcgee commented Sep 28, 2016

@carrbrpoa Using a menu option is what I would do though not sure that a Remove option belongs in the Clear menu. Perhaps create a new separate button? @roemhildtg started a discussion about adding custom buttons is in issue #69.

@carrbrpoa
Copy link
Contributor Author

carrbrpoa commented Sep 28, 2016

Actually I intend to contribute this feature to AttributeTable, others could benefit from it.
The goal is to clear selected lines of results grid and purple/highlighted/whatever circles around the found features. I could put it in another menu, no problem, just seemed ok to me in Clear.

Maybe I could rename to Clear Selected Record(s), which is a mix between Clear Grid and Clear All Features, but handling specific ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants