Search
10712 results 2451-2460
Forum
- 28th Feb 2019Can you set the initial (and retain) the select box optionsHi @saintpaulie , You can add your own information to stateSave, as shown in this example here. You'll need to store, and then retrieve, the filter values in a similar manner. Cheers, Colin
- 20th Feb 2019Initial row count is less than expected with Scroller and scrollCollapse enabledI apologize for the long response time. End-of-cycle development has kept me busy for far too long. I can confirm that the fix addresses the issue in my local testing setup. Thank you very much!
- 14th Feb 2019With searching:true is it possible to retrieve the search value to filter initial recordset?Hi @johnnyu , This thread should help, it's asking the same thing. Cheers, Colin
- 6th Feb 2019Is it possible to use the .disable() method on individual cells in .initComplete()?Hi @stevenAdvisicon , You can do something like this here - this doesn't allow bubble editing if the field contains the string "London". You could make it smarter by checking the correct column, or a range of values. Hope that gives you a direction, Cheers, Colin
- 23rd Jan 2019Need to call an event whenever a value in a column changes, after the initial loadCould you give me a link to your page please? I don't see why that would only work once. That said, I wonder if submitComplete might be a better event for this kind of action since it would update only once the data has been submitted to the server, rather than when the user is typing and hasn't yet submitted. Allan
- 22nd Jan 2019Set column.searchable = true after DataTable initialisationThanks, @colin ! I'll try it
- 20th Dec 2018Problem initializing - DataTables Editor must be initialised as a 'new' instance'Thank you very much Allan. Haven't tried that way but it seems to fix the problem. Yes I'm using 1.8.1 on both and I still don't understand why in the trial version I had to put (window, $). Thanks again, I'm a big fan of you, Allan.
- 14th Dec 2018Initializing Datatable in a Modal after page loads with server side ajax post dataFor some reason just adding a parameter to the controller method fixes and form variables are present
- 21st Sep 2018Initial sorting by aaSorting for multiple columns not working for ajax dataThanks @colin I will check that.
- 19th Sep 2018RowReording not initializingTHANK YOU!!!! (as I cuss myself under my breath) I knew it was something simple!