Find by Data-Attribute with the Server Side
Find by Data-Attribute with the Server Side
ozgrozer
Posts: 3Questions: 2Answers: 0
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.
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.