alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.78k stars 363 forks source link

global scope pollution with text-search query #308

Open amitkeret opened 5 years ago

amitkeret commented 5 years ago

I found that using the built-in text-search field creates a query variable in the global scope.

Try searching one of the tables on Dynatable's homepage and check for this variable in the console - it returns the value search.

I believe this is coming from setupInputs() method.