rifanece / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Global namespace polluting #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using oTable var name in global namespace
2. Use columnFilter function

What is the expected output? What do you see instead?
Don't pollute vars in global naespace

What version of the product are you using? On what operating system?
1.4.7

Please provide any additional information below.
Activate column filtering on the object the function was called on (as more 
tables with different configurations could be used), and don't pollute global 
namespace

Additional polluters: iRow, labelBtn, aoFilterCells

Original issue reported on code.google.com by pi...@pilou.hu on 26 Mar 2012 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by joc...@gmail.com on 4 Sep 2012 at 7:46

GoogleCodeExporter commented 9 years ago
Hi,

I have fixed these issues in version 1.5.0.

Thanks,
Jovan

Original comment by joc...@gmail.com on 4 Sep 2012 at 8:01