DataTables server-side with ASP.NET MVC 4, EntityFramework
Hi all, can anybody help me with server-side processing in ASP.NET MVC 4, EntityFramework? I have to pass user model to controller and show all rows from DB for that user in table. There is huge amount...
View ArticleFreedom to change source code of tableTools.dataTables.js
We are using tableTools plugin for DataTables. One of our team member is saying that allowScriptAccess parameter (or attribute) of object or embed tag in getHtml() of...
View ArticleIssue after update cell value
i use datatables jquery plugin (.datatable()) and i use fnUpdate() to update row values. in each row i have qty column wich is '1' by default. in the next cell on the row, i have two button (+ and -)...
View ArticleServerSide data will not render in DataTables
Hey, First of all, congrats on this project, it's really awesome. But since i am only starting with it, I tend to get stuck a lot. Usually I find a solution, but this time I've been cracking my head on...
View ArticleHow to destroy the datatables(structure and rowData) completely?
Hi all, im using the latest version of datatables to display my ajax result. I want to know a method as to how to delete the datatable completely(datatable and the data) so that it frees up the memory...
View ArticlefnDraw is working in dataTable but not in DataTable .
Hi, I used DataTable instead of dataTable, I got this error : Uncaught TypeError: undefined is not a function in this line : oTable.fnDraw();
View ArticleSliding child rows, how to change the format function to work with nested json ?
This page show a nice sliding row : http://datatables.net/blog/2014-10-02 let say we have a nested json : { "data": [ { "name": "Tiger Nixon", "position": "System Architect", "salary": "$320,800",...
View ArticleTab on header does not scroll the table body
I am using Datatable 1.10 along with Scroller plugin. The table has many columns and displays a horizontal scroll bar. When I use mouse to drag the scroll bar to the right, the columns and headers are...
View ArticleHow does one get columns not flow off the container using bootstrap and...
I can't seem to get Responsive to work properly using bootstrap. Some of the columns still get cut off the screen a little bit. When I looked at the main site here:...
View ArticleProblem in searching with special characters
When there is text in data table with special characters and we are searching with those special characters table is not filtering results. suppose '!let' is the word(content) in the datatable. And if...
View ArticleHyperlink in td
Let's dive right in. I have a function like this. How do I hyperlink specific columns? Lets say I want to have the TelephoneNumber render like this <a href="tel:0123456789">0123456789</a>...
View ArticleColumn Resizing by User
My client is firm in wanting to use ColVis and ColReorder (excellent extensions) AND they also want the user to be able to resize the columns. I know this discussion has been going on for a couple of...
View ArticleTypeError
Hello all. I'm getting my info from a database, and I get the error TypeError: undefined is not an object (evaluating 'j[k].style'). Here is the code ajax code I'm using $(document).ready(function() {...
View ArticleDynamic tables
Does this work with a table that is built dynamically from SQL Server? I am getting an error when I use it - 0x800a138f - JavaScript runtime error: Unable to get property 'mData' of undefined or null...
View ArticleHow do i add a link in a cell
I'm trying to add a link to the last cell in my table. This is the code I'm trying to use. I need to use the empNum for the redirecting php page. $(document).ready(function () { var table =...
View ArticleNO LOAD DATA
Please help me with de question. I dont know . the debug of the chrome show erro:Uncaught TypeError: Cannot set property 'nTf' of undefined `` ` <?php require_once('Connections/SGEM.php'); ?>...
View ArticleRow dissapears when checkbox in header is checked in Datatables
I'm using jquery Datatables and have a problem: when I'm checking checkbox in header, rows below disappears and I receive "No matching records found" message. There are no js functions attached to this...
View ArticleDoes Datatables support multiple headers?
Hi, I am wondering if datatables supports multiple headers. ie, header sub-header at the top and another sub-header in the middle. Thanks!
View ArticleDATATABLES AJAX METHOD NOT PROPERLY SENDING USER FORM DATA TO SERVER
When I submit my website form for processing, I get the following error... SyntaxError: JSON.parse: unexpected character at line 6 column 1 of the JSON data After a couple of days dealing with this...
View ArticleFixed column width overlapping table
I'm using dataTables on two different web pages but it's behaving differently on each. One page works fine and as expected, here: http://www.huts.org/cohutsyurts/amenities.php . The other page had the...
View Article