Search
8347 results 3931-3940
Forum
- 7th Jan 2013Adding parameters to a URL to "pre-filter"Thanks. Solved using the following script: [code]$.urlParam = function(name){ var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href); if (!results) { return 0; } return results[1] || 0; }[/code] changed oSearch to: [code]"oSearch": {"sSearch": $.urlParam('search')}[/code] I can now search with http://www.mysite.com/list/?search=ABC
- 6th Jan 2013Placement of In-line editing feature within datatablewould I get the script to insert the editing
- 4th Jan 2013Creating custom add/edit/remove functionadded by the backend script) then it isn't going
- 3rd Jan 2013TableTools not working for multiple datatables in multiple jquery UI tabsHere is code and script i'm using: [code] ::Report::
- 29th Dec 2012Pass the logged in username the sAjaxSourceto help harden your script as much as possible.
- 28th Dec 2012Cannot get this to work. I've tried everything I can think of!by deleting other .js scripts one at a time.
- 28th Dec 2012Toggle Footer using a ButtonSure - just put it in your HTML using regular DOM or jQuery methods and attach an event handler as needed. It isn't a feature of DataTables that, so you'd need to add your own script to do it. Allan
- 27th Dec 2012How does Datatables factor sSearch index for server side processing?being passed to my script from DataTables. These are
- 23rd Dec 2012Why is this not working??I'm getting errors in the dataTables.js, and the script tag makes use of an html5 attribute but the doctype is html 4.
- 20th Dec 2012Use datatables for "big" proyect admin backendto my basic demo script. Allan