Index number with input and select filters
Index number with input and select filters
Hi all,
got an issue that I've got a work around to but was wondering if there was a better way of doing it. I have tried searching the forums before posting but either my Google-foo isn't great today or it's not been posted...
[code]
Username
Full Name
Group
Account Number
Name
Status
Loading data from server
function fnCreateSelect(aData) {
var r='', i, iLen=aData.length;
for (i=0; i2 (username, fullname, group) then the results are as you'd think;
but if you filter by columns 3+ then the data is back one as it's providing the index number of just the inputs and missing out the select count, I'm assuming this is because I'm filling in the select bits via jquery and not hardcoded in the html to start with.
Is there a better way around than having to do the selector route?
dmon
got an issue that I've got a work around to but was wondering if there was a better way of doing it. I have tried searching the forums before posting but either my Google-foo isn't great today or it's not been posted...
[code]
Username
Full Name
Group
Account Number
Name
Status
Loading data from server
function fnCreateSelect(aData) {
var r='', i, iLen=aData.length;
for (i=0; i2 (username, fullname, group) then the results are as you'd think;
but if you filter by columns 3+ then the data is back one as it's providing the index number of just the inputs and missing out the select count, I'm assuming this is because I'm filling in the select bits via jquery and not hardcoded in the html to start with.
Is there a better way around than having to do the selector route?
dmon
This discussion has been closed.