Search
23533 results 15961-15970
Forum
- 24th May 2018Can not fully destroy datatablessame amount of the columns from the last call
- 24th May 2018Dynamically set className of a columnto hide and show columns without removing it from
- 23rd May 2018Editor + KeyTable: Dropdown issuesselector: 'td:first-child', blurable: true }, columns: [{ data: "Field1" }, { data: "Select1"
- 23rd May 2018Issue Deleting records from SQL Server 2008 table using Data Tables Editor/phpMSSQL table with 8 columns plus an ID, I
- 23rd May 2018Editor (without server-side) and multiple DropdownsdataSrc: "" }, keys: { editor: editor } columns: [{ data: "Field1" }, { data: "Select1"
- 23rd May 2018aoColumns parameter being skipped over, only in chromedata table with 19 columns and 19 corresponding items
- 23rd May 2018How can I modify the header text font size in the PDF?source: doc['header']=(function(page, pages) { return { columns: [ { alignment: 'left', image: 'logo.jpg'
- 23rd May 2018How can I put a line and space in the PDF header?doc ) { doc['header']=(function(page, pages) { return { columns: [ { alignment: 'left', image: 'logo.jpg',
- 22nd May 2018Help metype": "GET", "datatype": "json" }, "columns": [ { "data": "IDUnidadMedida", "className": "text-center",
- 22nd May 2018I WOULD LIKE TO KNOW HOW TO GET THE IDUnidadMeasure AFTER I HAVE SELECTED A ROW IN MY DATATABLE. THvar dataTable; $(document).ready(function () { dataTable = $("#UMTable").DataTable({ "ajax": { "url": "/MeasuredUnits/GetMeasured", "type": "GET", "datatype": "json" }, "columns": [ { "data": "IDUnidadMedida", "className": "text-center", }, { "data": "Descripcion", "className": "text-center text-uppercase" } ], "select": { "style": 'single' } }); dataTable.ajax.reload(); });