Search
18504 results 2851-2860
Forum
- 4th Oct 2011Hide ajax server-side php script in sourcecode - Security Issueshort of encoding the data and having it decode in javascript, no. and anyone running your page will have access to the decoding key and/or algorithm, in which case it's not really secure either.
- 19th Sep 2011datatables + ajax problem problemopss sorry i didn't see it. thanks :)
- 15th Sep 2011Bug with AJAX content loadingsee my fix/comment: http://datatables.net/forums/discussion/6591/cleanup-fixedheader
- 26th Aug 2011Unique url per row using Ajax SourceJust send the unique URL in its own column, keep that column invisible, and use it for whatever you want with the fnRowCallback. You could add the anchor tag wrapping to any other column's content within the callback function instead of within the JSON itself. Be mindful of the limitations of markup itself. For example, foo is not valid. Which isn't to say you can't make the whole row clickable; just not with an anchor tag. But I'm getting ahead of myself: what is the specific use case?
- 10th Aug 2011"Cannot read property 'length' of undefined" with Ajax sourcehttp://datatables.net/release-datatables/examples/data_sources/ajax.html "DataTables expects an object with an array called "aaData" with the data source." This should fix your ajax/JSON: [code] { aaData: [ { "label":"9-hydroxy-risperidone", "x":0, "y":1.5051929155586775E-4, "z":"42.0", "cond":"treatment", "selected":0, "term":"9-hydroxy-risperidone", "star":0, "conceptId":"13697" }, ... (more data) [/code]
- 29th Jul 2011coloring a row (ajax data)-- edit -- nevermind
- 8th Jun 2011Defered Rendering with Local Ajax sourceJust a correction on the size of the local data file The local data file is approximately 16 MB with approximately 250K( not 21K records as reported earlier) records. Regards Joson
- 28th May 2011Dinamic file ajaxThanks this works fine.
- 13th May 2011DataTable inicialization with AJAXHi Again, sorry for ma question, i have found that instead of sending aaData: [{column_name:column_value}] i need to send only aaData: [{column_value}] I will try it and send notice if it solve my problem. Sorry again, hope that it doesn't waste your time so much. Lukas
- 18th Feb 2011ajax source remove tr onclickok i found : ) http://www.datatables.net/examples/server_side/select_rows.html