Search
10784 results 2461-2470
Forum
- 19th Jun 2019Limit table results initially and have to 'show all' button to display any additional resultsYou can use the page.len() API with your own button. Something like this: http://live.datatables.net/mixisozi/1/edit Kevin
- 16th Jun 2019initializing datatable produces duplicate idsHi @mishu666 , As Kevin said, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. 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
- 26th Mar 2019Jquery function to load initial data via ajaxwe solved the problem String action = null was the problem, so we set action ="get" and it works nice now thank Manuel
- 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.