Search
12950 results 541-550
Forum
- 15th Jun 2016How can I enable/disable buttons, filters and order of datatables dinamically?You can't disable filtering/ordering dynamically, you would have to reinitialise the table each time. Thanks Tom
- 15th Jun 2016Initialisation order of KeyTableAgreed! Thanks for letting me know about this. Fix committed and it will be in the nightly shortly. Regards, Allan
- 9th Jun 2016PHP event orderThanks, it's working now!
- 14th Apr 2016Overriding the $sql_details in order to connect to a different database.Thank you, Allan. That was the approach I was taking. I just wanted to make sure I wasn't missing something.
- 4th Feb 2016Is there a way to configure the MJoin class in order to deal with the absence of an identity field?Hi Chad, Good to hear you found the solution for this. Thanks for posting back. Allan
- 15th Jan 2016Override OrderOh I see - thanks for the clarification. You could attach an event listener to the icon and then use e.stopPropagation() to stop the event bubbling up to the DataTables event listener. I'm afraid that is really the only good option at the moment. However, I realise that this is a bit of a pain point and plan to introduce updates later this year which will help to resolve it. Allan
- 8th Jan 2016DataTables custom column parameter for order - AjaxThe issue here relates to what the column is trying to reference. You have set it up to read the parameters plain (etc) from the data source object, but there is no plain parameter at the row level - its an array of objects. You would need to use 0.plain to access the plain value in the first array, 1.plain in the second, etc. So the issue is basically that the data is not where you are currently telling it. There is no way to do what you are currently looking for with just strings - you would need to use columns.render as a function, accessing the column index from the meta parameter that is passed in. So yes, it is possible, but it needs a couple of lines more code. Allan
- 16th Dec 2015Columns do not order as expected when using ScrollYI managed to fix it with table.draw();
- 9th Jul 2015What format does the data need to be in order for the flash copy/export to work?Touche I didn't think of those as they aren't too terribly important to my current project but are definitely notable for other implementations. Thanks
- 19th Jan 2015render date and retain order functionality (ajax object)Hi, Sorry I missed your thread before - but great to hear that you have a solution for the problem now! Allan