Search
10314 results 251-260
Forum
- 4th Feb 2021serverside url validationThanks a lot, I will check this :-)
- 17th Apr 2020Server-side processing - is it possible to send data as JSON instead of URL params?Please don't duplicate questions. See my response in your other thread. Kevin
- 6th Mar 2020i want to make url to add more argument atribute af alll row to be on one onclick not only dataIs this using Editor? I don't understand your requirement, please can you try adding more explanation, please. Colin
- 17th Sep 2019Is there a way to control the url format of the pagination buttons?Sorry. I see your drawcallback comment now. I didn't know what that was. This works great now. Thanks. function apply_General_DataTable(tableName) { $(document).ready(function () { $(tableName).DataTable({ "pagingType": "full_numbers" , "drawCallback": function (settings) { $(".dataTables_wrapper a[href='#']").removeAttr("href"); } }); }); }
- 16th Aug 2019How to received a value from url variableHi @impex09 , This thread should help, it's asking the same thing. Cheers, Colin
- 13th May 2019URL query parametersThat helps! Thanks Kevin. Regards, Harsha
- 11th Mar 2019How to do custom crud operation code in ajax URL instead of ajax: "../../controllers/staffI'm afraid I'm a little confused as well. You say: am trying to get the raw data from data table and write custom ajax. In which can you don't need Editor. Use rows().data() to get the raw data from the DataTable and then do whatever you want with it (including sending it to the server). Allan
- 9th Aug 2018Why is the passing of variables through url not working spring mvc?Hi @patreeeeek , We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 28th Mar 2018Ajax URL from class and functionIf your Adam2 method being invoked on the Ajax call? If so, how? Allan
- 31st May 2017After an Edit/Multi-Edit operation the AJAX url / DT reload is triggedEditor will actually use the JSON returned - for example any error messages shown. If the request is successful then it will shortcut the local update and simply to the draw() request to get the latest data. So yes, this is by design just now - even if it is sub-optimal I'm afraid. Allan