column_searches.push(
"%s=%s".format(
table_dt.column(i).header().innerHTML,
table_dt.column(i).header().textContent,
search
)
);
-