Datatables does not seem to work with Chrome Firebug enabled
Datatables does not seem to work with Chrome Firebug enabled
![a2ron44](https://secure.gravatar.com/avatar/e619bc54be7c5999cd08302b9aaf2592/?default=https%3A%2F%2Fvanillicon.com%2Fe619bc54be7c5999cd08302b9aaf2592_200.png&rating=g&size=120)
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.