How to set a property dynamically using javascript on oTable
I have a page with many DataTable objects in it. They all have a class "testAbcd" associated with them. I am able to get all these objects using document.getElementsByClassName("testAbcd"). I am then...
View ArticleHorizontal scrolling + ColVis issue
I've a table with content loaded via ajax with show-columns plugin. live demo: http://tinyurl.com/bwbceb2 the headers cells are not aligned and if u try to show/hide columns or change their order the...
View ArticleMultiple type and data for Jeditable
Hi.. I'm confused about using column specific input type and data for a table. Ex: In classic approach we are using a code like this type: select data: "{'A':'A','B':'B','C':'C'}", All I want is to...
View ArticleColVis and server-side filtering
Is there a list of the columns which are currently displayed, managed by ColVis? I'm trying to limit the server-side filtering clause by what columns are currently shown in the table. The standard...
View ArticleCode for Add/Moving rows
This isn't a plug-in, but some methods I wrote. The InsertDataTableRow method assumes that the data is a single array. More handling would be needed to handle other possibilities. Also, I am sure there...
View ArticleUse datatables for "big" proyect admin backend
Hi guys, i am spanish, sorry if my english isnt good. Well, i am developing an online shop web application with PHP. I am right now with the backend, the private side where u can administrate the shop....
View ArticleTableTools - Exporting Buttons not working, Print Works. See Details Inside...
So I've been crawling these boards and a bunch of blogs and even stackoverflow trying to find a solution to this issue. I have TableTools in my DataTable. This is my Tables' init......
View ArticleCreating custom add/edit/remove function
Hey all, So im trying to add add/edit/remove functionality to my table. but am rather confused on how to do it so far. I need to have them make a call to another method which then sends the SQL command...
View ArticleIs there a tutorial on using JQuery DataTable with MVC3?
I'm fairly new and I've found general tutorials but nothing detailed enough for a beginner. I have a table in Mvc and would like to convert it into a datatable. Please help. Thanks
View ArticleDatatable : problem with get all selected checkbox even it is filter
Hello, First, I want to said sorry for my english. Second, I have one prolem with using checkbox on datatable, and need help. The problem is like this: - Assume that I have 100 rows in table and I have...
View Articlesearch function not working (server side processing)
Hi, I've implemented a PHP/mysqli server side solution that is working almost perfectly fine. The only thing, for now, that isn't working is the search box. I've taken the code from there ->...
View ArticlefnServerData,bServerSide and sAjaxDataProp
Hi there, I'm trying to use fnServerData to get around the cross-site scripting stuff, but dataTables is staying in 'processing' mode forever when I add it. FYI, bServerSide is set to false and...
View ArticleDataTables events unbound when using jquery split plugin
Hello, I am using the jquery split plugin which basically display a DataTables table on the main side and an html textarea on the flip side. When I go from the flip side to the heads side ( = showing...
View ArticleThe Dreaded 18 Column Table
Hey Guys, I've been using DataTables and loving it. Of course I have someone who "needs" a table with 18 or so columns of data. About eight of them are date fields, and all the columns need to be...
View ArticleSaving and loading state on demande
I need to save state and load it back on demande. For example: The user is satisfied with his column layout, filters and sorting and then decide to give a name to this state and save it. Now he needs...
View ArticleCustom type with Ajax in IE7/IE8
I'm going to take a stab in the dark here and hope that you see some glaring idiot mistake in my code that would make this work perfectly in Chrome and FF, but not in IE7/IE8. I created a custom type...
View Articlerow details : fnOpen or fnAddData
Hi sorry, i've not been very lucky using datatables live tool, but this is the link i can propose : http://live.datatables.net/emayev/2/edit all js is in the html part So I'm new to datatables What I...
View ArticleHighlighting currently selected row but keeping it highlighted while on...
Hello, I have highlighted rows in my jQuery datatable using the CSS technique described at the following page http://datatables.net/release-datatables/examples/advanced_init/highlight.html which works...
View ArticleBind the columns from server and pass some data to server in request
Hi I am trying to use this plugin in serverside process. So far I m able to bind the serverdata as ajax source and works fine with table data. But I would like to bind the columns also dynamically and...
View ArticleProblem with MVC3 and DataTable
Hi all. I have a problem with DataTables integration to MVC3 project. Over 7 hours I'm trying to fix this problem, but it's beyond my power :) But at once a've had good result: when I created new View...
View Article