How to sum render data
i need to sum data from render: "[].ves" now its look like 90,60 i need in this case 150. Sorry for english. my code: ->join( Mjoin::inst( 'chast' ) ->link( 'razdelka.id', 'chast.razdelka' )...
View ArticleProblem trying to evaluate Editor
I cannot get dataTables.editor.js to even load. dataTables.editor.js:651 Uncaught TypeError: Cannot set property 'defauupload' of undefined at dataTables.editor.js:651 at dataTables.editor.js:61 at...
View ArticleStop Editor Update From Using Placeholder Values
Debug - http://debug.datatables.net/ureped I have a few "Selects" in my Editor Field. Instead of leaving a value NULL, it is attempting to update the MySQL db with the placeholder value. Is there a way...
View ArticleData Not Updated in Data Editor
Hi, Since i using data editor it add the data and delete data perfectly but i am not able to update the data when i enter the data into the fields they does not change, so what should i do? Only...
View ArticleEditor Fields within Nested Modal Window
Please excuse my lack of experience with javascript/jQuery/etc. I have just purchased DataTables and Editor and really appreciate the time savings. Wondering if you have an answer for this: I have a...
View ArticleFooter not moving on popup resizing
When the editor popup resizes (because of showing new fields), the footer doesn't move to the new bottom of the editor popup, but stays positioned relative to the top of the editor screen. This may be...
View ArticleDatatables javascript vs ajax sourced data - performance
Generally speaking, with DataTables is there any performance improvement to be had from using an ajax source compared with a javascript source? For example if you have 1000 rows with 20 columns, with a...
View ArticleHow to stop scrolling?
I have a rather wide table with a one fixed column and horizontal scrolling. On mobile, this is working well in that users can swipe left and right to scroll horizontally. However, I need to be able to...
View ArticleLink Table is not being populated, what am I doing wrong?
I've been trying to figure this out for a while but can't seem to put my finger on it. I currently have a database structure as follows (with fake data): ------------------- -----------------...
View ArticleSubmit type 'changed' breaks local table editing
When no ajax option is configured in Editor 1.6.0, the editor directly updates the table from the submitted form data. This behavior is broken when the form is configured to only submit changed...
View ArticleFeature request for exporting all data
Hi, I would request authors of datatables to add an extra export button in server side processing of exporting all data at once. This is because when working with large data the system times out when I...
View ArticleProblem with my account on datatables.net
Hi, I just registered on your website but I have a problem with my account. When I click on "Your Account", I see blank page without any content. My friends accounts works normally. I tested it on IE...
View ArticleRequest: Change Status Code to 404 for CDN Package Builder failures?
Hey all, We would it if you could update the Builder's response to return a 404 if it's not going to return CSS/JS. Here's the scenario: If you have a reference to the DataTables CDN, such as <link...
View ArticleASP.NET Core Support
Hi Allan, When can we expect a version of the Editor supporting .NET Core? Regards,Tim
View ArticleWarning unknown parameter '1' for row 0, column 1
Greetings, Before describing my problem, I want to say that I looked for answers to similar questions, but in vain I failed to understand or solve my problem. My problem is as follows: -I receive a...
View ArticleGenerate Datatable From Secondary Datebase
Helllo everyone, i want to generate datatable from secondary database i am using codeigniter and i have connected two databases in model this is my constrictor of model to work with two database public...
View ArticleHow do you make a call to MVC Web API from Javascript for Datatables?????
JavaScript call: $('#example').DataTable( { "ajax": { url: "/api/PatientData/SearchPatientRecord", "data": { 'patientName': "Smith", 'insuranceNumber': "99" }, "type": "POST" }, "serverSide":true,...
View ArticleEditor 1.6.1 PHP Options error
Hi, Since ver. 1.6.1 all of my tables stopped working because I used options. I tried one of the examples from the datatables.net, but it gives me the same error. Did I miss something when I updated...
View Articlehow image display in datatable ???
Hello, I need help How display image in datatable and image path get in mysql so how display image in datatable ?? please help
View ArticleI will like to know how to remove untitled document in row of exported pdf...
I will like to know how to remove untitled document in row of exported pdf and print... what i have is two sql queries in that column as it have to do a calculated total
View Article