Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
You don't need to use an <iframe> and doing so might create a trapped in iframe issue
However depending on the exact source you are using for Handsontable the logic wrapper that loads the library may be detecting that QuickBase uses requirejs as the module loader when you think you are loading Handsontable through a global. If you are using Handsontable through a html code page as the src attribute of the <iframe> that the library is probably loading as a global as you are not using requirejs in your code page.
However depending on the exact source you are using for Handsontable the logic wrapper that loads the library may be detecting that QuickBase uses requirejs as the module loader when you think you are loading Handsontable through a global. If you are using Handsontable through a html code page as the src attribute of the <iframe> that the library is probably loading as a global as you are not using requirejs in your code page.