birendranathmaity / jquery-datatables-column-filter

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

Refresh is not possible #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
It should be possible to refresh the value, especially in a select. 
Unfortunately, it's not possible and calling the columnFilter again makes 
everything broken.
To reproduce, just do that twice and see the results:
oTable.columnFilter(
               {
                     aoColumns: [
                                    {
                                         type: "number"
                                    },
                                    {
                                         type: "text",
                                         bRegex: true,
                                         bSmart: true
                                    },
                                    null,
                                    {
                                         type: "select",
                                         values: [ 'A', 'B', 'C' ]
                                    },
                                    {
                                         type: "number-range"
                                    },
                                    {
                                         type: "date-range"
                                    }
                                 ]
               }
 );

What is the expected output? What do you see instead?
Filter should get updated when columnFilter is called again.

What version of the product are you using? 
Version:     1.5.0.

Original issue reported on code.google.com by krisall...@googlemail.com on 30 Oct 2012 at 3:11

GoogleCodeExporter commented 9 years ago
I'm having this similar issue right now.  I'm not getting an error, but when I 
add a new row and call oTable.columnFilter it doesn't add the new value into 
the filter.  ANy suggestions? 

Original comment by chandraw...@gmail.com on 17 Jan 2014 at 7:19

GoogleCodeExporter commented 9 years ago
2 years later.. still no solution to updating filter (select) values on new 
data?

Original comment by s...@pushcoin.com on 3 May 2014 at 2:00