The plugin for pagingType "input" seems to be omitting the input element
The plugin for pagingType "input" seems to be omitting the input element

Link to test case: https://live.datatables.net/quhabiqi/1/watch?html,js,output
Description of problem:
It is possible the function $.fn.DataTable.ext.renderer.pagingButton.input is not executed, anyway - the input element is missing.
Regards
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Thank you. Its something to do with the responsive ability of the control. I'll look into it during the week.
Allan
Ah - the issue is that the legacy plugin was being used which no longer works with DataTables 2 and has been replaced / upgraded.
See this blog post for details.
I've updated the example to use the new plugin here.
Allan
Thanks
That solved it