Function for searching with build-in search fields #37
julianYaman
started this conversation in
Ideas
Replies: 1 comment
-
In addition, it might also be an idea to allow selecting a specific entry in the table and then opening the 'update' form, as it is currently possible with For example, it would be possible to select / double-click the first displayed entry of the table and to open the form. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
currently, I'm using the
entitylist
table view of the CRM and I need to search an entry in it (because I don't have the ID of the created entry when accessing the CRM).For this, I use the search field in our CRM, which you can see below. Currently, I try to access it with the
data-id
attribute.It seems that this search field is a more general one and is bound to its entity as something like a 'context' boundary. This means that we use this search field in all our entity tables. For this reason, I'm missing a function that could help me search for entries from the
entitylist
table view.Would that be something to consider for this package?
Beta Was this translation helpful? Give feedback.
All reactions