How to put an edit and delete column in server-side jquery datatables?
Hi! I'm a newbie programmer can anyone help me? I'm trying to add a column that contains edit and delete...I've followed the procedures on server-side processing...downloaded the ssp.class.php on...
View ArticleLoading json data via ajax on IE8 and safari doesnt work.
Hello! I cant seem to find a way to get IE8 to load my json data, It works fine on chrome and firefox. Here is my loading code: <script type="text/javascript" language="javascript" class="init">...
View Articlebstatesave is not working
Hello, I am using DataTable version: 1.9.4. In that bstatesave is not working if I used makeEditable feature. If I remove makeEditable .js files then bstatesave working fine. Please go through the...
View Articlebstatesave is not working
Hello, I am using DataTable In that I use "bStateSave": true, its not working if use makeEditable below is my script code. please check and let solution. dataTable =$('#tblTranRprtData').dataTable({...
View Articlebstatesave is not working
Hello, I am using DataTable In that I use "bStateSave": true, its not working if use makeEditable below is my script code. please check and let solution. dataTable =$('#tblTranRprtData').dataTable({...
View Articlebstatesave is not working
Hello, I am using DataTable In that I use "bStateSave": true, its not working if use makeEditable below is my script code. please check and let solution. dataTable =$('#tblTranRprtData').dataTable({...
View ArticleHighlighting the searched text within the Datatable
Deal All, From last 2 days, i am struggling to get this working.... What i want is, mine being a huge data , i want to highligh the text which the user types in the search box. Yes i have found some...
View ArticleHow can I post a fix or suggest a fix to a problem
So here is the problem which I encountered. Lets assume a column in the table is just a set of check boxes or an image with no header so currently the datable rendering fails because it expects to have...
View ArticleJumpToDate plugin error
Hi all, I'm trying to use jumpToDate plugin but it does not work and In Firebug I get this error: "TypeError: oTable.page is undefined" I've inserted in HTML Head <script...
View ArticleHow to remove/hide the search field using the sDom prop of datatables
I'm using the jquery-datatables for generating tables : http://datatables.net/examples/data_sources/server_side.html I was wondering if there is any way i could remove/hide the 'Search' field from...
View ArticleCompare 2 textbox
Good Day to everyone. so yea im using datatables with editor what i want to do is when i create new user using the editor i want to compare the two textbox which is the password field (your typical...
View ArticleHi I want to do auto refersh two tables simultaneously
i have two tables and i need to do auto refresh the table for every 30 seconds and i am getting the data from the same table based on the status if status in progress should display in the first table...
View Articlehow to send "ALTER TABLE table AUTO_INCREMENT = 1;" before insert record on...
i want to reset AUTO_INCREMENT in MySQL before insert a new record from editor.For this ,i have to write "ALTER TABLE table AUTO_INCREMENT = 1;" before insert.Is it posible?
View ArticledataTable does not remove entry after jquery .remove function call
Hi All, Having some problem with entry not removed from table after calling jquery .remove. If I do not use dataTables atall, this works. But once I include the dataTable code it stops. Please see...
View ArticleI don't want datatable's columns to resize so they can fit the div container
http://live.datatables.net/qesafaja/1 Above is my link , u can see that i have set the columns to have 20px each. I need the columns to have the width that i have set them , and not adjust the width...
View ArticleWhat has fnAddData+fnRender been replaced with in >1.10?
As I'm updating our code using datatables <1.10, I'm having trouble finding a method for the replacement way to use to the fnAddData function. Right now, we pass in an array that looks like this:...
View Article(solved)I need to set dataTables_wrapper width dinamically
Hi i need to set dataTables_wrapper width dinamically, like this $("#dataTables_wrapper").width(200*columns.length+"px"); I placed the code in the fnInitComplete function, but it's not working......
View ArticleHow to add photo field to editor
I just downloaded the Editor and want to create a editable form with name, bio, and photo. I am also using the online generator. How can I add the ability for the user to upload their photo? If this is...
View Article[solved] Any clue on why I can't get a DataTables API instance ?
Ok, hello everybody. That made four days that I'm on a problem that drives me crazy. As a non developper, I suspect the answer may be simple but I could't find a solution : I can't access to the...
View Article