-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different value and display text for select filter element #581
Comments
please provide a test page (jsfiddle) |
Hello again, I have created an example into jsfiddle https://jsfiddle.net/umtd07sj/1/ I would like to show select element as below
|
Added column_data_type: 'html5_data_complex' type to parse and populate value/display from datatable html5 attributes - #581
Added column_data_type: 'html5_data_complex' type to parse and populate value/display from datatable html5 attributes - #581
added in 0.9.4.beta.28 , see it working https://jsfiddle.net/vedmack/kq8avshw/ |
I see this will require use of html data attributes. Would it be possible for it to work with the datatables data option e.g. when using an ajax data source e.g.
|
@tanyona please open a new issue with jsfiddle test page and I will see what can be done |
Hello, my datatable td's html codes as above and my yadcf filter settings as below
After rendered html, result as below
I would like to get result as below. is it possible?
The text was updated successfully, but these errors were encountered: