MAPREDUCE-6782. JHS task page search based on each individual column not working (Ajith S via Varun Saxena)
This commit is contained in:
parent
f38a6d03a1
commit
026b39ad9d
|
@ -96,7 +96,8 @@ public class HsTasksPage extends HsView {
|
||||||
private String jobsPostTableInit() {
|
private String jobsPostTableInit() {
|
||||||
return "var asInitVals = new Array();\n" +
|
return "var asInitVals = new Array();\n" +
|
||||||
"$('tfoot input').keyup( function () \n{"+
|
"$('tfoot input').keyup( function () \n{"+
|
||||||
" tasksDataTable.fnFilter( this.value, $('tfoot input').index(this) );\n"+
|
" $('.dt-tasks').dataTable().fnFilter("+
|
||||||
|
" this.value, $('tfoot input').index(this) );\n"+
|
||||||
"} );\n"+
|
"} );\n"+
|
||||||
"$('tfoot input').each( function (i) {\n"+
|
"$('tfoot input').each( function (i) {\n"+
|
||||||
" asInitVals[i] = this.value;\n"+
|
" asInitVals[i] = this.value;\n"+
|
||||||
|
|
Loading…
Reference in New Issue