Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
igGrid search functionality
posted

Hello,

Trying to implement search functionality in igGrid table. It is column based search(i.e horizontal search) with capability to search 'next' and 'prev' search 'text' in grid table.

I have attached sample code which loads 20,000 rows in igGrid table.

Currently implemented code is based on jquery code which searches up till 73 records.

$("#rowSelectionGrid").closest("table").find("tr td:nth-child(" + (parseInt(val[index])+1) + ")");

trying to find what is equivalent to above code to get all cells in selected columns in igGrid. Trying to implement code which reached all 20,000 rows in igGrid table.

Please help me in finding a solution for this.

Thanks

S M

igGridSearch.zip
Parents Reply Children
No Data