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 7853599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:44:48+00:00 2026-06-02T19:44:48+00:00

I have three jQuery tabs where each tab is having an HTML table with

  • 0

I have three jQuery tabs where each tab is having an HTML table with colResizable plugin implemented on each of the table. The issue is the colResizable plugin doesn’t works inside the jQuery tabs.

I thought to fiddle my issue for reference, but was unsure of how to refer the colResizable javascript file in jsFiddle.

Here is the HTML:

<div id="tabs">
<ul id="alarmsTabs">
    <li><a id = "tab1" class='alarmtab' href="#fragment-CurrentAlarms">Current Alarms</a></li>
    <li><a id = "tab2" class='alarmtab' href="#fragment-NotAckAlarms">Alarms Not Acknowledged</a></li>          
    <li><a id = "tab3" class='alarmtab' href="#fragment-AlarmLog" >Alarm Log</a></li>
</ul>
<div id="fragment-CurrentAlarms">
    <table id='CurrentAlarmTable' class='FacilityTableForScreens' cellspacing='0'>
    </table>
</div>
<div id="fragment-NotAckAlarms">        
    <table id="AlarmNotAckTable" class="FacilityTableForScreens" cellspacing="0">
    </table>                                                
</div>
<div id="fragment-AlarmLog">        
    <table id="AlarmLogTable" class="FacilityTableForScreens" cellspacing="0">
    </table>
</div>

And this is what I have written to implement jQuery tab and colResizable.

$("#tabs").tabs({
    selected: 0,        
    show: function(event, ui)
    {           
        //selectedAlarmTab = ui.index;          
        $(ui['panel']).find('table').colResizable({
            liveDrag: true
        });
    }        
});

I am unable to resize the column.

Can you please provide guidelines on how should I resolve this issue.

Thanks in advance.
Good day.

  • 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-02T19:44:49+00:00Added an answer on June 2, 2026 at 7:44 pm

    Problem Solved!!!

    In addition to show function, the colResizable plugin needs to be applied inside the select() function of the $('#tabs').tabs() in this way:

    $('#tabs').tabs({
        selected: 0,
        select: function(event, ui) {
            var table = $(ui['panel']).find('table');
            $(table).colResizable({disable: true});
            $(table).colResizable();
        },
        show: function(event, ui) {
            var table = $(ui['panel']).find('table');
            $(table).colResizable({disable: true});
            $(table).colResizable();
        }
    });
    

    Thanks for considering guys!!!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm experimenting with the jQuery UI tab control, and have three tabs that each
I have set of Jquery-UI-Tabs which contains a save button for each tab. I
Using jQuery UI , I have a tabs plugin and within tab 1 gets
I am using jquery UI tabs I have three ajax tabs like so: <div
I am using jqgrid. My page has three tabs and each tab contains a
If I have three tabs: <div id=tabs> <ul> <li><a href=#sample-tab-1><span>One</span></a></li> <li><a href=#sample-tab-2><span>Two</span></a></li> <li><a href=#sample-tab-3><span>Three</span></a></li>
I have three tabs in a Jquery UI tabs widget. Inside of the tabs
Suppose i have some tabs (e.g. jquery tab) and I want to dynamically load
I have a simple JavaScript file that has three jQuery $document.ready functions. All three
I have a small jQuery plugin that I use for form AJAX validation. There

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.