Code Monkey home page Code Monkey logo

Comments (9)

6pac avatar 6pac commented on July 30, 2024 1

apologies, I didn't notice this was on the original MLeibman branch. This repo has been DEAD for some time.
Please use: https://github.com/6pac/SlickGrid/wiki
This will solve all your issues.

Or GhisCoding also has a number of extensions of the basic grid: https://github.com/ghiscoding/

from slickgrid.

6pac avatar 6pac commented on July 30, 2024

As far as I'm aware, 2.2 is compatible. Originally we had 2.1 and that was updated specifically for recent versions of jQuery. What are you having problems with?

from slickgrid.

dhesru avatar dhesru commented on July 30, 2024

@6pac , on jQuery 3.5.1 the slickgrid's table column expansion functionality is not working as expected.
E.g. Table column becomes distorted when expanding.

from slickgrid.

Ramsankar002 avatar Ramsankar002 commented on July 30, 2024

The same issue arises for me . How can I fix the solution for Uncaught TypeError: Cannot set properties of undefined (setting 'touchcancel') at jquery.event.drag-2.2.js:382 at jquery.event.drag-2.2.js:402 as I updated the version from 1.11.2 to 3.6.0

    $event.fixHooks.touchcancel = {                                                         --> 382

props: "clientX clientY pageX pageY screenX screenY".split( " " ),
filter: function( event, orig ) {
if ( orig ){
var touched = ( orig.touches && orig.touches[0] )
|| ( orig.changedTouches && orig.changedTouches[0] )
|| null;
// iOS webkit: touchstart, touchmove, touchend
if ( touched )
$.each( touchHooks.props, function( i, prop ){
event[ prop ] = touched[ prop ];
});
}
return event;
}
};

// share the same special event configuration with related events...
$special.draginit = $special.dragstart = $special.dragend = drag;
})(jQuery); -->402
Screenshot edit

from slickgrid.

6pac avatar 6pac commented on July 30, 2024

@Ramsankar002 please see my above comment. This repo is long dead. Please use the current one.

from slickgrid.

Ramsankar002 avatar Ramsankar002 commented on July 30, 2024

Thank you very much @6pac . It worked

from slickgrid.

dheerajd-msys avatar dheerajd-msys commented on July 30, 2024

Running into same issue, @Ramsankar002 could you please tell me how you resolved this?

from slickgrid.

6pac avatar 6pac commented on July 30, 2024

@dheerajd-msys please see my above comment. This repo is long dead. Please use the current one.

from slickgrid.

Rimpy9 avatar Rimpy9 commented on July 30, 2024

Hello @dheerajd-msys Same issue i faced when i updgrad the juery please help me about steps wht you follow.

from slickgrid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.