alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.77k stars 363 forks source link

Plugins inside table cells are not working #224

Open edzjins opened 8 years ago

edzjins commented 8 years ago

Hi. I've got a quite complicated table, consisting of input fields instead of just plain text in the cells. Some cells have simple text inputs, some are select boxes, and some are datepicker fields - I use daterangepicker.com extension for that. The problem is, when dynatable inits, it de-renders the table (I guess), and all the cell contents lose the event handlers being called to them, so I can use either dynatable or daterangepicker, but not both together.

dnsBlah commented 8 years ago

You must init your plugins after the dyntable has processed.