File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
projects/igniteui-angular/src/lib/grids/tree-grid Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,39 @@ export class IgxTreeGridComponent extends IgxGridBaseComponent {
289
289
return false ;
290
290
}
291
291
292
+ /**
293
+ * @hidden
294
+ */
295
+ protected restoreHighlight ( ) : void {
296
+ }
297
+
298
+ /**
299
+ * @hidden
300
+ */
301
+ public refreshSearch ( updateActiveInfo ?: boolean ) : number {
302
+ return 0 ;
303
+ }
304
+
305
+ /**
306
+ * @hidden
307
+ */
308
+ public findNext ( text : string , caseSensitive ?: boolean , exactMatch ?: boolean ) : number {
309
+ return 0 ;
310
+ }
311
+
312
+ /**
313
+ * @hidden
314
+ */
315
+ public findPrev ( text : string , caseSensitive ?: boolean , exactMatch ?: boolean ) : number {
316
+ return 0 ;
317
+ }
318
+
319
+ /**
320
+ * @hidden
321
+ */
322
+ public clearSearch ( ) {
323
+ }
324
+
292
325
/**
293
326
* @hidden
294
327
*/
You can’t perform that action at this time.
0 commit comments