GithubHelp home page GithubHelp logo

yii2-expand-row-column's People

Contributors

dimmitri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

loveorigami

yii2-expand-row-column's Issues

Problem with Pjax GridView

After the page loads, everything works fine. When I select a filter in the main GridView, the expand row will no longer work. I need to reload the page with new filters, that the expand row links will start working again.

Adding afterSuccess event?

Please add the ability to call js code on succes.
It's currently need on my message system, when if someone expand the row, in ajax it make it "readed". I want to do it on client side to (removing the class from tr)
Like:

success: function (data) {
    tr.find('td').html(data);
    tr.removeClass('new-message');// need this to be called if success.
},

PHP example:

'afterSuccess' => new \yii\web\JsExpression('tr.removeClass("new-message")'),

model with composite primary key generate a Js error

$expandableOptions['data-row_id'] = $key;
this piece of code cause the error if model has composite primary key so an array.
The span data-row_id is a json obj
data-row_id="{"idcalendario":6061,"idcorsi":65}"

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.