Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9193747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:14:14+00:00 2026-06-17T21:14:14+00:00

I have a table populated with dataTabels jquery plugin. after i use colReorder plugin

  • 0

I have a table populated with dataTabels jquery plugin.
after i use colReorder plugin on it and reorder my columns,
how can i get all my collumns order.
let me explain little more.
if i have all my columns visible it is fairly easy. but when i make some columns disapear with colViz plugin of dataTables it destroy the whole column and its not there for me to get any thing of it.
the problem is that i know that the order is present somewhere in the oTable object, because when you change the order of columns in your table with colReorder in colViz list the order changes and it containes all my columns names.
i searched all three of js files thoroughly. but could not found any thing helpfull.
though i can not use the colVix button names, because they are not present in page and after i click on show/hide columns list they are generated. in addition i can not trigger a click on it because it has a fairly long animation that make it almost impossible to use this cheap tricks on it.
can any one help?

EDIT:
i think it is clear:
i just want a list with titles of my columns visible or hidden especially after using reorder

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T21:14:16+00:00Added an answer on June 17, 2026 at 9:14 pm

    You could use the colVis button clicks to create array based on checkboxes checked:

    $(document).on('click', '.ColVis_Button:not(.ColVis_MasterButton)',function(){
         var colsArray= $('.ColVis_Button :checkbox').map(function(){
          return [[$(this).parent().next('.ColVis_title').text(), this.checked ? 'visibile':'hidden']];
        }).get();
        console.log(colsArray)
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a large table that get populated from a view. This is done
I have two columns in a table that are populated with integer values. For
I have a data table that is initially empty and is populated after a
I have a table populated with time stamped rows inserted at (essentially) random point
I have a table (in a form) populated with radio buttons (with a button
I have a table which is being dynamically populated, each row contains two textfields
I have a table which is being dynamically populated from MySQL. The table has
I have a table Survey_Data_Response that is populated with an 'insert into' statement from
Lets say we have a table here, populated with the following data: acc_id1 acc_id2
So I have a table Links of links, that was initially populated using Nokogiri.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.