(table, data)
| 379 | return SearchHeader(this.data, {left:0, right:0, top:0, height:table.first.height}); |
| 380 | } |
| 381 | onCreate(table, data) { |
| 382 | table.duration = 500; |
| 383 | this.data = data; |
| 384 | this.onFindEdited(table); |
| 385 | } |
| 386 | onFindEdited(table) { |
| 387 | table.stop(); |
| 388 | let data = this.data; |
nothing calls this directly
no test coverage detected