Giter Club home page Giter Club logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
Sorry if it is not very clear...my english is a little poor...
In the previous message i was talking about an Update :)

Congratulations for your excellent job,
Victor

Original comment by [email protected] on 9 Jun 2011 at 10:40

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
Hi Victor,

Do you have some online example where I can see it, or could you attach some 
zip archive with example of HTML/JavaScript so I can try it here?

Thanks,
Jovan

Original comment by [email protected] on 11 Jun 2011 at 12:34

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
I have no online examples, but i can attach my datatable script :)
The funcionallity that i am looking for, is the same as "fnOnEdited" (do an 
action after an update) but only in a specific column. A callback option in de 
aoColumns i think would be enought (like in jeditable plugin)

Thank you for your time Jovan! I will refer your plugin in my proyect! ;)

Original comment by [email protected] on 11 Jun 2011 at 12:41

Attachments:

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
Hi,

I have made some changes - see on the 
http://jquery-datatables-editable.googlecode.com/svn/trunk/custom-editors.html 
is this what you need.

Regards,
Jovan

Original comment by [email protected] on 11 Jun 2011 at 5:54

  • Changed title: Adding callback function on edit
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
It's just what i need !! thank you very very much Jovan, i was worried about 
that problem! :D

Regards
Victor

Original comment by [email protected] on 11 Jun 2011 at 7:31

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
I'm closing this issue.

Thanks,
Jovan

Original comment by [email protected] on 11 Jun 2011 at 11:18

  • Changed state: Fixed

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
one question..."fnOnCellUpdated" doesn't take "this" value correctly. In 
fnUpdateURL works correctly, but in fnOnCellUpdated not, so you can`t take the 
cell element just updated :(

example: if you write "$(this).addclass("NewClass") --> gets an error :(

Original comment by [email protected] on 12 Jun 2011 at 10:48

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
Hi Jovan,

I'm doing the same thing Victor did and I do get a value but the rest of the 
variables are undefined.. Right now I just have an alert to show those values:

sUpdateURL:  function(value, id, columnName, columnPosition, columnId, rowId, 
settings)
{   
alert("UPDATE\nvalue:"+value+"\nid:"+id+"\ncolumnId:"+columnId+"\ncolumnPosition
:"+columnPosition+"\nrowId:"+rowId+"\ncolumnName:"+columnName);
                        return(value);                     }

}

Original comment by [email protected] on 25 Jun 2011 at 5:55

from jquery-datatables-editable.

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.