makes a search box (sets selection on the row with the found value) from any input
| id | string|number|HTMLElement | input id or input HTML object |
| column | number | index of a column |
Available only in PRO Edition
myTreeGrid.makeSearch("input_id",0);
Back to top