ThomasSiegmund / D3TableFilter

A table widget based on Max Guglielmi's "HTML Table Filter Generator" and D3.js
Other
65 stars 17 forks source link

Is there a way to fill an edit down a column? #16

Closed tsouchlarakis closed 7 years ago

tsouchlarakis commented 7 years ago

As in, can you fill an edit in one row down the entire table, pasting the edit in ever subsequent row? Thanks.

ThomasSiegmund commented 7 years ago

No, there is no such feature in D3TableFilter. If you need spreadsheet-like table editing you could have a look at rhandsontable.

tsouchlarakis commented 7 years ago

Thank you, that may work for my purposes.