Jquery datatable Child rows, filter by child fields

0

I am using the following versions of Jquery and datatables

<script type="text/javascript" src="jquery-1.11.3.min.js"></script>  
 
 <script type="text/javascript" src="jquery.dataTables.min.js"></script>

I would like to know if I know what I could do from an example like the following link If in the search I'm putting a filter for example 5407 I made a filter that those who had that data both within the button expand and in some field of the table (that is already done by the example) and could show me the row / s containing the filtered field . That is, if I search for 5407, as the row whose name is Airi Satou, having it in extension number 5407 will show me the Airi Satou row (without the button displayed).

    
asked by sstra2643 26.12.2018 в 13:20
source

0 answers