rifanece / jquery-datatables-column-filter

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

sPlaceHolder:"head:before" overlaps reorder header, clicking in columnfilter reorders the datatable (attached live example) #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set sPlaceHolder to "head:before" or to sPlaceHolder: "head:after" 
2. Overlaps the reorder column, and we cant see it.
3. Also when we click in columnfilter editboxes, it automatically reorders the 
datatable.

Its probably an old issue, Issue 24.
http://code.google.com/p/jquery-datatables-column-filter/issues/detail?id=24

What is the expected output? What do you see instead?
http://live.datatables.net/esabiy/5/

What version of the product are you using? On what operating system?
- Lastest datatables version 1.9.1
- Lastest datatables column filter version 1.5.1

Please provide any additional information below.
Check http://live.datatables.net/esabiy/5/edit#source to see the overlapping 
problem.
Tested with any of the solutions posted in Issue 24 but none of them works:
http://code.google.com/p/jquery-datatables-column-filter/issues/detail?id=24

Thank you very much for the plugin, its really wonderfull, and just hope this 
could be also fixed :)

Original issue reported on code.google.com by blacksha...@gmail.com on 14 May 2013 at 3:10

GoogleCodeExporter commented 9 years ago
To see the full code with the issues:
http://live.datatables.net/esabiy/5/edit#javascript,html

Original comment by blacksha...@gmail.com on 14 May 2013 at 3:11

GoogleCodeExporter commented 9 years ago
- Tested with datatables 1.9.1-1.9.4.
- Tested in Firefox 20, IE, Chrome. Bug happens in all of them.

Seems to be the same issue also than issue 111:
http://code.google.com/p/jquery-datatables-column-filter/issues/detail?id=111&q=
sPlaceHolder

Original comment by blacksha...@gmail.com on 14 May 2013 at 3:24

GoogleCodeExporter commented 9 years ago
fixing it right now :)

Original comment by blacksha...@gmail.com on 17 May 2013 at 10:57

GoogleCodeExporter commented 9 years ago
See live example on 
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/numberRange.html

You will need to put duplicate TR in the THEAD, because one row is used for 
column filtering while the another use dataTables for sorting.

Jovan

Original comment by joc...@gmail.com on 21 May 2013 at 11:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thank you so much Jovan, adding another tr in the thead section works 
perfectly, also with ColVis.
http://live.datatables.net/esabiy/7/edit

Original comment by blacksha...@gmail.com on 21 May 2013 at 12:24

GoogleCodeExporter commented 9 years ago
i want this column filter for only one column not for all columns in the table. 
in this case it overlap the header part for that column with particular filter. 
In my case i want to include yadcf for 2 columns and column filter for one 
column(date range search). how do i do it?

Original comment by meet...@gmail.com on 29 Aug 2013 at 2:37