How to Use Wild-card Filter Support in NatTable [message #1706644] |
Fri, 28 August 2015 07:27  |
Eclipse User |
|
|
|
Dear All,
I Created a nat table with the filter row header and use the filter list and DefaultGlazedListsFilterStrategy like below
// build the filter strategy to filter the table data
DefaultGlazedListsFilterStrategy<Object> filterStrategy = new DefaultGlazedListsFilterStrategy<Object>(
filterList, IColumnPropertyAccessor
configRegistry);
// Configure the regular expression filter on Column
configRegistry.registerConfigAttribute(
FilterRowConfigAttributes.TEXT_MATCHING_MODE,
TextMatchingMode.REGULAR_EXPRESSION, DisplayMode.NORMAL, 5) ;
but when i filter with the pattern "*abc", the filter is not working, it is not giving the result with name as expected [for example: expectation here is filter should provide the filterList with the data like xyzabc, pqrabcty].
so how to make it possible?
Thank you
Regards
Shashi
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04580 seconds