Copy cell value to visible cells only
Copy cell value to visible cells only
Hi.
I use two different scripts for searching a table, loaded from csv - one for the whole table and another one for searching in each column. I don't use the integrated search because when I add a new column via a script, the search does not find it. Anyway, when I perform a search through one of the two scripts, they put display: none to the rows with non-matching data and if I drag a value of a visible cell to other visible cells, AutoFill fills them, but also the ones that have display: none, and I don't want to.
Is there a way AutoFill to ignore rows with display:none or a specific class, it doesn't matter... so that when I drag the values it fills only visible cells?
I use DataTables-1.10.11 and AutoFill-2.1.1
Thank you.