Responsive extension and custom controls

Responsive extension and custom controls

gyrocodegyrocode Posts: 126Questions: 6Answers: 30

There is a problem with Responsive extension versions 1.0.x and 2.0.0 and custom controls. Before using Responsive extension I used drawCallback option to initialize custom controls but after adding Responsive extension these controls don't get initialized when row details are shown.

It seems that Responsive extension renders child row content after call to function defined by drawCallback option.

See example of the problem and proposed workaround in my article jQuery DataTables – Responsive extension and custom controls.

I'm wondering if it is possible to modify Responsive extension so that it produced content before call to function defined by drawCallback option?

This discussion has been closed.