bVisible prevents selection of hidden elements

bVisible prevents selection of hidden elements

xjimxxjimx Posts: 4Questions: 0Answers: 0
edited April 2010 in General
I've hidden a few columns in my table but still want to access the data in said columns, just not view. Is it possible with hidden columns? I've tried using bSearchable and can't make it work either. How else to have access the hidden elements w/jquery but not have columns visible?

Thanks,

Replies

  • xjimxxjimx Posts: 4Questions: 0Answers: 0
    I've seen this question in a variety of forms but none seemed to answer my question exactly. My solution was to use jquery .Hide function to hide the columns. Since the jquery .Hide only affects the visibility the data is still available to operate with.

    Best,
This discussion has been closed.