Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8012453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:20:12+00:00 2026-06-04T19:20:12+00:00

I am using datatables: $(‘#purForm’).dataTable({ bRetrieve: true, bJQueryUI: true, sDom: <‘row'<‘span6’l><‘span6’f>r>t<‘row'<‘span6’i><‘span6’p>>, bPaginate: false, bAutoWidth:

  • 0

I am using datatables:

 $('#purForm').dataTable({
        "bRetrieve": true,
        "bJQueryUI": true,
        "sDom": "<'row'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p>>",
        "bPaginate": false,
        "bAutoWidth": false,
        "bFilter": false

    });

and for making it editable I am using datatables editable plugin:

http://code.google.com/p/jquery-datatables-editable/wiki/EditCell

How it only works when I click on the row’s cell. Can I programmatically tell it which row to edit eg. based on some row index of table etc?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T19:20:13+00:00Added an answer on June 4, 2026 at 7:20 pm

    I’m guessing that it should be as simple as triggering a click on a table cell.

    eg:

    //first, specify a table cell (as appropriate to your application)
    var $row = $("#myTable tr").eq(2);//third row
    var $cell = $row.find("td").eq(1);//second cell
    
    //then trigger a click
    $cell.trigger('click');
    

    If I’m right, then the cell will now be in edit mode, ready to accept keyboard input.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Datatables Collapsible/Expandable Grouping. http://jquery-datatables-row-grouping.googlecode.com/svn/trunk/collapsibleGroups.html I have configured it so that all
I have DataGridView and I set DataSource of datagridview by using DataTables. DataTable dt
I'm using dataTables with Jquery Mobile. My dataTable is initiated on pageBeforeShow. Inside my
I am using datatables in my application. Whenever user click on any row I
I am using DataTables to display row data, in the last column on the
I am using Datatables and filling the data using Ajax from server side. I
I'm using datatables server side processing to retrieve all values for my table. One
<label>Search: <input type=text aria-controls=company></label> Using Datatables , how would i added a class to
I'm using jQuery DataTables . This is my markup: <div class='wrapper'> <form> <table> <tr>
I have started using the DataTables plugin (v1.6.2) for jQuery (v1.4.2), and I would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.