Show/Hide Row and Filter hidden rows.

Show/Hide Row and Filter hidden rows.

ubunTuxubunTux Posts: 7Questions: 0Answers: 0
edited June 2012 in General
Hi,

How can I be able to filter hidden rows? Let's say I have the following table header columns:

Hide | ID | Details | Status

On the "Hide" column, would be checkbox for hiding/showing respective row. When specific checkbox is ticked (checked) that row will be hidden. To show (only) the hidden rows, I will choose "Show Hidden" from a dropdown select box with options "Show All", "Active", "Inactive", and "Show Hidden". When I choose "Active" it will filter out rows having the Status "Active". I have successfully done this using fnFilter(). I need help how to achieve the Showing/Hiding of specific rows via checkbox, and then be able to filter "hidden" rows (via the checkbox) using the dropdown select box. Is that possible?


.ubunTux

Replies

  • ubunTuxubunTux Posts: 7Questions: 0Answers: 0
    Not possible? :(



    .ubunTux
  • ssy341ssy341 Posts: 15Questions: 0Answers: 0
    [code]
    { "mDataProp": "id",
    "sTitle":"mainID",
    "bVisible":false, //hide
    "bSearchable":false //no Search
    }
    [/code]
This discussion has been closed.