Giter VIP home page Giter VIP logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 18, 2024
Hi,

Could you try with the row grouping plugin? On the page 
http://jquery-datatables-editable.googlecode.com/svn/trunk/rowGrouping.html I 
have shown that these are working togehter.

Regards,
Jovan

Original comment by [email protected] on 14 Sep 2011 at 10:26

  • Changed state: Started
  • Added labels: Priority-Low, Type-Other
  • Removed labels: Priority-Medium, Type-Defect

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 18, 2024
Hmmm... OK I figured out what the problem is. and indeed it doesn't have 
anything to do with row grouping.

It seems that the behaviour of the input and textarea widgets are slightly 
different. With an input, you can press Enter or click away from the item and 
it will be submitted. With textarea, if you press Enter, of course you get a 
newline as you would like. But clicking away from the item, instead of 
submitting it like the input does, seems to just be like "escape". To actually 
submit it, you need to specify in the aoColumns: 

 { type: 'textarea',
   submit  : 'OK',},

instead of just 

 { type: 'textarea', },

then you will get an "OK" button you can click to actually submit.

Frustrating. >:|

Original comment by brianna.laugher on 15 Sep 2011 at 12:58

from jquery-datatables-editable.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 18, 2024
Hi,

I'm glad thatyou have found solution. I'm closing this one.

Regards,
Jovan

Original comment by [email protected] on 15 Sep 2011 at 9:27

  • Changed state: Done

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.