TabulatorSupport

From W3C Wiki

Tabulator FAQ

The tabulator home page is the place to start looking for information on tabulator. This is a user-contributed FAQ page.

Firebug

If you use the Firebug debugger, and you are using the online version of Tabulator, then you will get an error:

 Uncaught exception: Permission denied to call method XMLHttpRequest.open

even though you have set up your Firefox about:config correctly to allow UniversalBrowseRead. This is becaue Firebug is intercepting the requests and relaunch them -- but without permission. To stop this happening:-

  • Open Firebug
  • In the left-hand panel, among the tabs, select 'Network'
  • Options > "Disable Network Monitoring"