Find by Data-Attribute with the Server Side

Find by Data-Attribute with the Server Side

ozgrozerozgrozer Posts: 3Questions: 2Answers: 0
edited February 2015 in Free community support

Hello,

I'm using dataTable with the serverSide feature and I want to list all products when I search somethings by the columns' HTML 5 data attribute.

My codes like this.

http://jsfiddle.net/8obp6mv0/

DOM changes like this
<td data-filter="product name">85</td>

When I typing 85 the product listing but when I typing product name there is no results.

How can I fix this?

Thanks.

This discussion has been closed.