Search
18435 results 18111-18120
Forum
- 24th Mar 2015Long URL causing 400 bad requestYou can use ajax.data to modify the data submitted to the server. For example you could loop over columns and remove the orderable option which would save some space. Allan
- 2nd Mar 2015Serverside deletion validationthe data sent using ajax.data or preSubmit. However, a
- 2nd Mar 2015How popular a datatable to jsonUse ajax.dataSrc and set it to be an empty string. Then use columns.data to tell each column what property to use for that column. See the data section of the manual for more information. Allan
- 26th Jan 2015Custom JSON attribute for Total Records?You can use the ajax.dataSrc option as a function to be able to manipulate the JSON object returned from the server before DataTables uses it. That provides the opportunity to map between parameters however you need. Allan
- 26th Jan 2015Jquery Datatable paging not working with MVC Partial View on search button click event on main viewSounds like you want to read the documentation for ajax.data and send the extra search information using that. Allan
- 5th Nov 2014Need a data entry only screen - no editdatabase I would use ajax.data for the target table
- 26th Oct 2014Setting values on the server Sitesuggests, you would use ajax.data. If you want to
- 13th Oct 2014doubt regarding dataSrcJSON object returned. The ajax.dataSrc option is only for
- 8th Oct 2014Using complex JSONUse ajax.dataSrc set to d.results and then columns.data set to be the name of the properties you want for each column - Id etc. Allan
- 18th Sep 2014Updating multiple rows when a parent is updatedYes, sending both IDs so you can operate on them sounds like a good idea. You could potentially use ajax.data to send the extra information. Allan