Freedom to change source code of tableTools.dataTables.js

Freedom to change source code of tableTools.dataTables.js

ArunRahulArunRahul Posts: 16Questions: 4Answers: 0

We are using tableTools plugin for DataTables. One of our team member is saying that allowScriptAccess parameter (or attribute) of object or embed tag in getHtml() of ZeroClipboard_TableTools.Client.prototype object must be set to 'sameDomain' to restrict access to domains other than ours. We are not using the flash functionality provided with tableTools buttons. We are using tableTools just to select multiple rows. Is there a way through which we can set this property programatically or can we change that attribute in source code and use it. Is it legal?

Replies

  • allanallan Posts: 61,805Questions: 1Answers: 10,118 Site admin
    edited December 2014

    can we change that attribute in source code and use it. Is it legal?

    Help yourself! The code is under the MIT license, so all you need to do is keep my copyright notice in the code for TableTools, and the ZeroClipboard copyright for the ZeroClipboard part (which is what you are looking at), but you are free to do just about anything else you want with it.

    Allan

This discussion has been closed.