Datatables does not seem to work with Chrome Firebug enabled
Datatables does not seem to work with Chrome Firebug enabled
a2ron44
Posts: 1Questions: 0Answers: 0
I was trying to get server-side datatables working and had an issue with all the simple examples. Turns out, it was because I had Chrome's Firebug lite enabled on my browser. Once I turned it off, everything worked as expected.
In detail, here is what happens with Chrome Firebug enabled:
- Initial page load works as expected.
- No calls will send an ajax request. It's almost as if all the event handling logic was removed.
- Disabled firebug, refreshed the page, everything started working.
I have not seen any errors in JS and of course, this problem does not exist with Firefox's Firebug eneabled, only in Chrome.
is there a fix out there for this so I can be assured if any users have firebug enabled, they can view my tables as expected?
In detail, here is what happens with Chrome Firebug enabled:
- Initial page load works as expected.
- No calls will send an ajax request. It's almost as if all the event handling logic was removed.
- Disabled firebug, refreshed the page, everything started working.
I have not seen any errors in JS and of course, this problem does not exist with Firefox's Firebug eneabled, only in Chrome.
is there a fix out there for this so I can be assured if any users have firebug enabled, they can view my tables as expected?
This discussion has been closed.