Click here to Skip to main content
15,918,742 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i have a data table where i used colresizeable everything was going fine so far.but now i have a requirement that is where i have to use 2 parameters together for example
$("#dispatch-tb").colResizable({
           // liveDrag: true,
            postbackSafe: true,
            partialRefresh: true,
            resizeMode: 'overflow '
        });

above only resizemode overflow keeps my one requirement but i also keep liveDrag:true
but that is not working is there any way to work i can work them together

What I have tried:

i have tried the above code that did not let me that i want to do
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900