Search
2927 results 861-870
Forum
- 29th Jul 2015Inline edit of select field is showing value and not the labelHi folks! I got the problem that my 'select' column is showing me the "value" of my options and not the label. When I click on it and get the edit view, I see the text values. Is there a possibility to configure the column to display the label, nevertheless which view is shown (edit and display). Thanks in advance
- 18th Mar 2015add new blank inline editing row at top of tablehow would create a new row at the top of the table when i click the new button? i would then like to edit that table like the example of https://editor.datatables.net/examples/inline-editing/tabControl.html , but instead of using the tab key to use the enter key.
- 17th Jul 2014Uncaught TypeError: undefined is not a function for DataTable inline editHello, https://editor.datatables.net/examples/inline-editing/simple with reference to above link, I am trying to implement edit functionality in my Data Table. I have followed exact steps and code provided in the above link except my json data source is different. The url I have mentioned in ajax and respective data is as mentioned below: {"aaData":[{"client_Id":"","categoryId":"1","categoryName":"Individual","categoryDescription":"","lastUpdatedBy":""},{"client_Id":"","categoryId":"2","categoryName":"Firm","categoryDescription":"","lastUpdatedBy":""},{"client_Id":"","categoryId":"3","categoryName":"Private Limited Company","categoryDescription":"","lastUpdatedBy":""},{"client_Id":"","categoryId":"5","categoryName":"company","categoryDescription":"","lastUpdatedBy":""}]} I am using codeigniter php framework and REST API to return json data. I want to implement CRUD operation within the data Table. Thank you.
- 6th Jun 2014i want to implement inline cell editing in mvc 4 the following code isvar oTable; $(document).ready(function () { oTable = $('table#myDataTable').dataTable({ "sAjaxSource": '@Url.Action("AjaxHand", "comp")', // "bServerSide": true, "aoColumns": [ { "mData": "name", align: 'left', "sWidth": '2%' }, { "mData": "address", align: 'left', "sWidth": '2%' }, { "mData": "town", align: 'left', "sWidth": '2%' } ] }); }); name address town i hav implemented in makeEditable() it is not working and i m finding diffierent examples but even it is not working plz help me allan
- 14th Mar 2014Jeditable - Edit records inlineHi, I'm using Jeditable for modify my DataTables: I use it for show ed edit any parameters of my configuration (host, username, password, etc...) I have an exigence: I only wish that the record field is shown with asterisks, and an input type = "password", for security is best that the password not is showing. It's possibile? Thanks.
- 5th Jun 2013Multiple Datatables Inline EditingHi, I have 3 tables on one page and now the add row/amend row/delete row function only works for one table? I have modified the script to include the other two tables id, but still no joy. Any ideas? Thanks Ashleigh
- 13th Mar 2013date picker field in Inline editingIm using the http://datatables.net/blog/Inline_editing code for creating grid, i modified the browser field to input date ,i require datepcker field . I tried using jquery ui function in the editrow function editRow ( oTable, nRow ) { $(function() { $( "#datepicker" ).datepicker(); }); var aData = oTable.fnGetData(nRow); var jqTds = $('>td', nRow); jqTds[0].innerHTML = ''; jqTds[1].innerHTML = ''; jqTds[2].innerHTML = ''; jqTds[3].innerHTML = ''; jqTds[4].innerHTML = ''; jqTds[5].innerHTML = 'Save'; } Could you please help me achieve this ?
- 21st Jan 2013Having an inline drop down that does a server side updateI am new to the DataTables plugin. I am loving it so far. I need to be able to have a drop down at the end of my grid which is visible for all rows. When the user select this, I need to be call server side code to update my database. So far i use the following to have the drop down, but I am not sure on the best way to know which row the user selected the drop down. fnRender : function(oObj) { return '' + 'Select...' + 'Yes' + 'No' + ' '; }} Would I use fnRowCallback or is there a way to do pass the for id into the name of my select and then use the .live function: $('#mychoice').live('change', function (event) { alert('test'); });
- 4th May 2026migration from 1.x to 2.x with jquery uifixes right-aligned column headers: inline labels don't right-align wrapped
- 28th Apr 2026string-based index for configuration/examplesdeclares its own columnControl inline. defaults makes the fallback