Override creating html tags of items #295
Unanswered
Sajjad-HTLO
asked this question in
Q&A
Replies: 1 comment 3 replies
-
No, that's not possible. With Please give us an example of what you want to achieve that isn't possible. |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to display the results in a customized form.
I don't want to just declare the tag type in the
resultItem
attribute and it automatically creates and append each item to the result list tag.Is it possible that I gain full control over the process of creating HTML tags and displaying them?
Now as a workaround, I can clear all the child nodes on the
resultsList
and append my own created tags with the givendata
, but I wonder if there is an enjoyable way for it.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions