Update/refresh datatables
Hi, I have a problem where using the filters (i.e sort by name,date, etc) causes the total sum to be re-calculated and it ends up as cumulative sum (it is supposed to be static and only change when...
View ArticleHow to keep table Row selection highlight after button postback?
I have the problem about the table row selection highlight in ASP.NET whenever I check the button, the table row highlight will disappear This is a bit of annoying for me T_T Any one can help me solve...
View ArticleHow to reinitialize dataTables when the data source changes (pagination)
I'm using jQuery, knockout.js to develop a Singple Page Application site. In the search page, I want to filter results by different search criteria (e.g. date range). When the page is first loaded, it...
View ArticleDoes Not Work In MVC
I'm trying it in MVC via VS 2013. I followed -pretty simple- installation guide but nothing happens. Then i created a webforms project. There was no problem there. I tried almost everything in MVC but...
View ArticlePlugin - TableTools Download only gets current view
I am using server side processing to get my data, how can I get the csv/pdf functions to download the entire result set, and not just the items in the current view?
View ArticleGet data Client Side using Ajax call
Hi, I'm struggling to load data from a ajax cal into a asp.net c# web method. My code is: var oMessageDate; var tblData; $(document).ready(function () { getData(); oMessageDate =...
View ArticleServer side column filtering
Hi everyone, I would like to implement the column search feature as described here : http://www.datatables.net/examples/api/multi_filter.html however I need it to filter server side as the dataset will...
View ArticleSet width for the Freeze column with text wrap
Hi I have created a table with more than 60 fields and I have aligned the first four column with Freezeable. Now my question here is , I need to set column widht and text wrapping for the second...
View Articleanybody integrate user login/auditing with datatables?
Has anyone integrated multiple user functionality with datatables/editor? I want a framework to allow users to be chosen outside the datatable and then the username be passed with POST so that an audit...
View ArticlePaging and Length Menu not working
Hi, First of all many thanks for this really nice table. The best we have found ;). It has a lot of great features and fullfill all of our requirements (apart from column filtering) However we are...
View ArticleHandle and use Datatables data in asp.net handler
hello everybody, i am working on a asp.net(C#) project and i am also using html5,javascript,css. i have a datatables and i get all row data by fngetdata() function and i send to handler, but i can't...
View ArticleMouse over on datatable column issue
Is there is any event for mouse over for particular column ? I want to show the details on specific column. Example : I am having 4 column on table 1- Candidate name 2- Timesheet Id 3- Address...
View ArticleError with version 1.10.4
Hi, Just started using version 1.10.4 with jquery 1.11.0 . The following error occurs when i load the datatables script in the page. Chrome: Uncaught TypeError: object is not a function Firefox dev: $...
View ArticleDatatable Sorting showing two sorting symbols in UI
Im using Datatable in MVC. As shown in the below image the data table showing two sorting symbols. The functionality is working but it is showing two symbols....
View Articledatatable tfoot is not working properly
Hi, I am using bootstrap datatable in my application with ruby on rails. I have more than one bootstrap tabs like(A, B, C etc). I am using tfoot to search the records on the individual column basis. I...
View ArticleDynamically change bSearchable. v.1.10.2
Good day! I have standard datatable (from HTML), and I need dynamically change columns bSearchable property. So I've wrote $(oSettings.aoColumns).each(function (i, column) { column.bSearchable = false;...
View ArticleAlphabet input search
I have the problem with implementation the "Alphabet input search". I follow all steps described in this http://www.datatables.net/blog/2014-08-26 but the problem persist. Is impossible display the...
View ArticleProblem with child-row data in a second datatable reload?
$('#example tbody').on('click', 'td.details-control', function () { var tr = $(this).parents('tr'); var row = table.row( tr ); if ( row.child.isShown() ) { // This row is already open - close it...
View ArticleTableTools export to excel multiple tables
Hi, I have a problem. I have a page with multiple tables but I want just one "Save" button to save all of them in the same excel. For one, it works perfectly. I've seen there are threads of 2011 (like...
View ArticleFiltering rows that have hyperlinks
I have a datatable where I show online users are hyperlinks <a href></a>, which can be clicked to start a chat. I want to introduce a checkbox, which when clicked will hide offline users. I...
View Article