Search
43634 results 7341-7350
Forum
- 4th Jul 2012Table tools v1.9.1 csv/excel/pdf do not work after refresh the data in the datatableExport is working when I load the data to the datatable first time. However, they are not working anymore after I click another button to reload the data. I got error message when I click the "Save" button: Cannot set property 'width' of undefined -------------------- ZeroClipboard.js:156. It looks like "var flash = this.div.childNodes[0];" is undefined for the three buttons after reload the data.
- 3rd Jul 2012Updating JQuery dataTable table outside itselfI managed to get jquery datatables plugin to work with asp.net mvc 3 so it posts back json, and with a search function. Problem now I that I need to move the search box and add a "language" filter outside it's "normal" position next to a custom made menu. Is there a way that I can integrate: Language: <select name="languageid"> <option value="SV">Swedish</option> <option value="EN">English</option> </select> Keywords: <input type="text" name="keywords"> To refresh datatables when languageid or keywords change? and still have sorting, paging working?
- 13th Jun 2012FixedHeader with Table CaptionSee this page for an example of the problem: http://live.datatables.net/ivazek
- 17th May 2012problem footer tablehello, could you help me solve this problem? http://www.subirimagenes.com/imagen-capturadepantalla-7695201.html [code] listarreserva = $('.listarreserva').dataTable( { "bJQueryUI": true, "sScrollY": "450px", "bPaginate": false, "bScrollCollapse": true, "aoColumns": [ { sWidth: '10%' }, { sWidth: '20%' }, { sWidth: '10%' }, { sWidth: '10%' }, { sWidth: '5%' }, { sWidth: '10%'}, { sWidth: '35%'} ], "oLanguage": { "sProcessing": "Procesando...", "sLengthMenu": "Mostrar MENU registros", "sZeroRecords": "No se encontraron resultados", "sInfo": "Mostrando desde START hasta END de TOTAL registros", "sInfoEmpty": "No existen registros", "sInfoFiltered": "(filtrado de un total de MAX líneas)", "sInfoPostFix": "", "sSearch": "Buscar:", "sUrl": "", "oPaginate": { "sFirst": "Primero", "sPrevious": "Anterior", "sNext": "Siguiente", "sLast": "Último" } } } ) [/code] thanks
- 14th May 2012problem footer table flotinghello, could you help me solve this problem? http://www.subirimagenes.com/imagen-capturadepantalla-7695201.html code: listarreserva = $('.listarreserva').dataTable( { "bJQueryUI": true, "sScrollY": "450px", "bPaginate": false, "bScrollCollapse": true, "aoColumns": [ { sWidth: '10%' }, { sWidth: '20%' }, { sWidth: '10%' }, { sWidth: '10%' }, { sWidth: '5%' }, { sWidth: '10%'}, { sWidth: '35%'} ], "oLanguage": { "sProcessing": "Procesando...", "sLengthMenu": "Mostrar MENU registros", "sZeroRecords": "No se encontraron resultados", "sInfo": "Mostrando desde START hasta END de TOTAL registros", "sInfoEmpty": "No existen registros", "sInfoFiltered": "(filtrado de un total de MAX líneas)", "sInfoPostFix": "", "sSearch": "Buscar:", "sUrl": "", "oPaginate": { "sFirst": "Primero", "sPrevious": "Anterior", "sNext": "Siguiente", "sLast": "Último" } } } ) thanks
- 9th Apr 2012How to search data not display in tabletable_display id,name, add Values( 555,andy,12/dcc blah2..) data display (name , add )// i can search name & add how can i search id, id field dont display
- 3rd Apr 2012Transpose Child Table / Left Column-Right ValuesI recently stumbled across the forum addressing this issue (http://datatables.net/forums/discussion/5992/rotate-table/p1) but the link to the .zip file is invalid and my attempts so far have failed. Basically, my Parent/Child is really Parent/Parent-Details, therefore I have the need to tranpose the columns on the child so they appear on the left and their associated values on the right. Is there support for this and I am missing it? Has anyone else successfully accomplished this? Thanks, Jack
- 24th Mar 2012exporting a data table to exceldata is exporting to excel good when the header is plain. When we use column or row span, The header is not exporting
- 5th Mar 2012How to call a function on data table scroll down.........Hello Can any body tell me how to call a function on scroll down in Datatable ? Regard's Anurag
- 22nd Feb 2012Jquery data table hide delete buttonI am using $('#AffiliatedContractorLookup').dataTable().makeEditable I want to give user the ability to add a new record , so for that purpose I used, But this toolbar displays both Add and delete button. I want to hide the delete button. How can I acieve that ?