Search
8344 results 7751-7760
Forum
- 21st May 2014set column widthSorry, why the format is messed up. Let me try it again. code: @section scripts{ $(document).ready(function () { oTable = $('#requestDataTable').dataTable({ "sDom": '<"toolbar">frtip', "bFilter": false, "iDisplayLength": 20, "bAutoWidth": false, "aoColumns" : [ { sWidth: "10%" }, { sWidth: "30%" }, { sWidth: "30%" }, { sWidth: "30%" } ] }); }); }
- 19th May 2014row selection example with server-side does nothing?I figured out the problem. My example does not work because my DT_RowId's are integers. Appending 'ID_' to them and my example works. The downside... all processing scripts for the db now need to be edited to reflect that change.
- 14th May 2014Create a function if something is really editedto pass to php scripts all rows values. What
- 10th May 2014Integrity constraint violation: 1052 Column xx in where clause is ambiguousin any of my scripts: https://github.com/DataTables/DataTablesSrc/tree/master/examples/server_side/scripts . An SQL error
- 8th May 2014I cant access rows which arent loaded by Scrollerand use server side scripting, am I right? Plus
- 30th Apr 2014DataTables 1.10.0 release candidateI'm using column filter along with table tools. "bSelectedOnly": true, This option is not working for my datatable 1.9.4 .. Even for this version I tried copying new scripts, but no luck. Could you please help me here.
- 26th Apr 2014Server side processing doesn't redraw tableto prevent Cross Site Scripting (XSS) attacks. I very
- 8th Apr 2014page called "Server-side processing | PHP with MSSQL ODBC driver" inaccurateThose files are going to be removed when I update the site soon. Thanks for pointing out the errors. I'm afraid I don't have any ODBC scripts available myself. Allan
- 1st Apr 2014Custom Sort for Lastname, Firstname"bServerSide": true, Sorting is being performed at the server. There is no client side sorting in server-side processing mode, you need to notify the server scripts you are using. Allan
- 18th Mar 2014fnReloadAjax and fnDataTablesPipelineto prevent Cross Site Scripting (XSS) attacks. So simply