at the display of the result of the searchwidget I would like to replace the scroller with a table
how i can do that ? and thank you
how i can do that ? and thank you
Code:
<s:Scroller width="100%" height="100%">
<Search:SearchResultDataGroup dataProvider="{searchResultAC}"
searchResultClick="clickSearchResult(event)"
searchResultMouseOut="mouseOutSearchResult(event)"
searchResultMouseOver="mouseOverSearchResult(event)">
<Search:layout>
<s:VerticalLayout gap="2"
horizontalAlign="justify"
useVirtualLayout="true"/>
</Search:layout>
</Search:SearchResultDataGroup>
</s:Scroller>