You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is feature request for filter based on values in the rendered html table cell. With the column_data_type:rendered_html parameter, filter would use value found in the html element with the class attribute such as class="server-value-danger" in the example below
Just to be clear, rendered_html should be used when you are using render function of columnDefs or similar, that produces a html code, in your case you should use column_data_type: 'html' for simple html that is being present in td element.
but that no enough for your complicated html content, so I will add the ability to provide yadcf with selector to target the content.
This is feature request for filter based on values in the rendered html table cell. With the column_data_type:rendered_html parameter, filter would use value found in the html element with the class attribute such as class="server-value-danger" in the example below
Opened this request in reply to discussion found at yadcf forum at https://groups.google.com/forum/#!topic/daniels_code/FzD3vjfR-dM
Thanks
The text was updated successfully, but these errors were encountered: