120 reputation
5
bio website
location Barcelona, Spain
age 48
visits member for 5 months
seen 2 hours ago
stats profile views 11

1d
comment Pre-filter in Tablesorter
Not sure if I understand your question, sorry. I am using Tablesorter standard Filter Widget.
2d
asked Pre-filter in Tablesorter
2d
comment Default image when target is missing?
I found much more interesting to add a rewrite rule to appache2 to deal with all broken images. Thanks all.
2d
asked Default image when target is missing?
May
10
accepted Change the Nth field of a CSV file according to Xth field string
May
10
asked Change the Nth field of a CSV file according to Xth field string
May
5
comment Columns width with Tablesorter+filter
Thanks! That did the trick.
May
5
accepted Columns width with Tablesorter+filter
May
4
comment Columns width with Tablesorter+filter
Here I removed the css theme to avoid the width:100% parameter. This would be the desired column width distribution. But when I add the filter widget, see it here, column widths are too long and don't fit the fields.
May
3
revised Columns width with Tablesorter+filter
added 1 characters in body
May
3
asked Columns width with Tablesorter+filter
Apr
23
comment jquerycsvtotable + tablesorter: hold the display untill everything is loaded?
Sorry for the late reply. Well, I am afraid this is not working. In this table I use the default theme, so I just copy/pasted your code. Don't worry, not a critical issue. Thanks.
Apr
21
comment jquerycsvtotable + tablesorter: hold the display untill everything is loaded?
@Mottie Code added. Juste FYI, the CSV is 2000 lines long, 12 columns (one of them containing links),
Apr
21
revised jquerycsvtotable + tablesorter: hold the display untill everything is loaded?
added 1618 characters in body
Apr
20
asked jquerycsvtotable + tablesorter: hold the display untill everything is loaded?
Apr
14
comment Tablesorter: child rows above total
Of course! your help has been huge along my process to add Tablesorter to my data. I only can thank you one more time!
Apr
13
comment Tablesorter: child rows above total
I am afraid it doesn't work: no row is selected.
Apr
13
comment Tablesorter: child rows above total
Thanks @Mottie. I am trying to add filters to that table: can you imagine any way to force filter to look only in total rows and do not unfold the details rows unless they are clicked? Thanks again!
Apr
7
comment Tablesorter: child rows above total
Hi again @Mottie. A couple of questions: 1.Is there any way to apply different css to child rows and parent rows? 2. Can I avoid tfoot row to be treated as a normal row beeing mixed with others when I sort the table? thanks!
Apr
7
comment Skipping a query field on IF condition
Couldn't use it because I don't use PHP. My way was cut -d ";" -f 1-2,4-99 < csv0.txt > csv.txt Thanks anyhow!