eisenbraun / columns

A jQuery plugin that converts JSON data into searchable, sortable, HTML tables
http://eisenbraun.github.io/columns
MIT License
104 stars 47 forks source link

Nach $('#backendOrderProductList').columns('destroy'); #33

Open marcel1325 opened 11 months ago

marcel1325 commented 11 months ago

Hello, every time I reload the table using 'destroy' and then click on a column in the table t.$el.on("dblclick", ".me-data-gridrow", function(n)..., I get a duplicate entry. If I reload the table twice, the function t.$el.on("dblclick", ".me-data-gridrow", function(n) { gets executed three times.

What could be causing this?