webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

getRow passes invalid selector to JQuery #203

Open systemsplanet-zz opened 5 years ago

systemsplanet-zz commented 5 years ago

https://github.com/webismymind/editablegrid/blob/4162f2288189a292ff2d9686515e69e99b0810f2/editablegrid.js#L1177

Add '#' +

return jQuery('#' + this._getRowDOMId(this.data[rowIndex].id))[0];