Populating Select List with multiple values
Summary
populate the list with multiple values and filter by those values.Content
I am trying to populate the list with multiple values to gave the user ability to filter by name or number
I used below blog but I got below problems
https://blogs.oracle.com/vbcs/advanced-layouts-in-single-select-components
1)trial by select single with item template (collectionTemplate) got compilation error below
(31, 19) <oj-table> event 'on-oj-row-action' is unknown
2) trial by select single with item template oj-bind-text worked in the ui and compiled but while filtering got below error.
Select: DataProvider does not support text filter. Filtering results in dropdown may not work correctly.
Tagged:
0