Chris Rapier

Results 42 comments of Chris Rapier

Apologies for the mistake. It returns 1. I'm working with the OpenSSH code and it gets a little twisty at times. I updated the original question. Anyway, for example, `...

OS independence is always the tricky part. If you do get the chance to look at this I would appreciate it - even if its just a one off for...

My apologies. I didn't test this patch well enough and it turns out it isn't passing the values for the hidden fields. Once I get this worked out I'll resubmit...

Turns out that I forgot to add the input element back into the hidden cell. This version of patch seems to work as intended. ``` diff --git a/jquery.tabledit.js b/jquery.tabledit.js index...

Never mind - I figured out a workaround using hidden cells.

In my editable columns I have the following columns: { identifier: [0, 'id'], editable: [[1, 'bh_active', '{"0": "no", "1": "yes"}'], [2, 'bh_route'], [3, 'bh_lifespan'], [6, 'bh_community'], [8, 'bh_index']] } The...

In case anyone is looking for another solution I was able to use the tablesorter jquery plugin from https://mottie.github.io/tablesorter/docs/index.html. I simply added ``` $(document).ready(function(){ $('#somedumbTable').tablesorter({ widgets : ['zebra', 'columns'], usNumberFormat...

Matt, Thanks for the update. Also, thanks again for your help with the providers issue. Chris

We will be updating as soon as possible. Unfortunately other project have completely absorbed all available cycles. I expect to be able to get to this in the second week...

Yes indeed. The github repo is going to be the canonical source but patches will also be made available on sourceforge. That just seems to be a good location for...