Hi Christopher,
OK for the sample http://jsfiddle.net/05nk1h6u/1/ but it’s not what I want exactly.
In fact, I search filter rows with a customized filter.
In the sample http://jsfiddle.net/05nk1h6u, the columns ‘LABEL’ can be filtered with a filter : cellvalue ‘EQUAlS’ “one”
I try to use the callback createfilterwidget on the column ‘LABEL’ in order to replace the filter by a customized filter : cellvalue ‘CONTAINS’ “one”
The following link describes the result : the filter widget is instable, the behaviour is bad and the sample crashs. 🙁
http://jsfiddle.net/Franck_Serot/05nk1h6u/2/
Could you explain to me how to solve my problem ?
Thank you for your response.
Best regards,
Franck