DataTables is a plug-in for the jQuery JavaScript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table
0
votes
0answers
6 views
PlayFramework 2.X html do not load properly, some items are missing
i am beginner in using PlayFramework java. Currently is building a project to preview data from Oracle Database. As the SQL query is quite lengthy and complex, i do not use Ebean but JDBC connection. ...
0
votes
0answers
12 views
jQuery DataTables: How to modify a single column without affecting the other columns?
I'm using jQuery DataTables to display a table. I want to modify a single column in a table without affecting the other columns, and I'm not sure if this is possible. For example, in column 2 below, ...
0
votes
0answers
19 views
dynamically add bootstrap dropdown in table
I want to dynamically add a dropdown to my last column. My table will be filled using some serverside data and I need to decide an action on it from the dropdown menu.
What would be the best way to ...
0
votes
0answers
10 views
how can i break an overflow in dataTable column to the next row?
how can i break an overflow in dataTable column (with a max-width) to the next row. Instead of setting the overflow to visible, hidden, auto etc, i simply want the text to move to the next row
0
votes
0answers
34 views
jquery datatables warning parameter
please help me, i got stress because of this.
usually error like this, if th and td doesn't match
i tried to delete or add th and td but still got error
error message is :
DataTables ...
0
votes
0answers
32 views
Filter by empty td on jquery data tables
Is it possible to filter by empty value?
This is not working (10 - number of column):
dashboard_table.fnFilter '', 10, false, false, false
0
votes
2answers
35 views
How to delete row from specific datatable among multiple datatable?
I have been using jQuery Datatables and on pages with one table the following code work as it should but on one page I am using tabs and they each have datatable. Their design is set up with
var ...
0
votes
1answer
20 views
how to fix datatables not show data
jquery-1.7.1,
datatables-1.8.2
<script type="text/javascript" charset="utf-8">
$(window).load(function () {
$('#Table1').dataTable({
"aaData": ...
0
votes
0answers
16 views
Search issue in Jquery Datatable Plugin
I have a simple table with tree rows.One of the TD has "Loft apartment" each.
I have a dropdown have three values (Apartment,Loft apartment,Hotel apartment).
When i select Apartment it show me Loft ...
0
votes
0answers
15 views
Jquery datatables wont show context
I have problem with "jquery datatables". On machine that i developing this web application everything working just fine.When i deploy to web server (tomcat 6) "jquery" just wont working.
The same data ...
-1
votes
1answer
23 views
Columns are not resized when ajax request is complete
I'm using an Ajax data source with my DataTables grid, but the columns are not auto sized and the horizontal scrolling is not working too.
How do I fix this?
I'm using this code:
...
0
votes
1answer
23 views
Cannot get Datatables and Jquery Tabs to display correctly
there is a working example on the datatables website here:
http://datatables.net/release-datatables/examples/api/tabs_and_scrolling.html
BUT, i believe the example is using jquery-ui 1.8 something ...
-1
votes
4answers
31 views
select only date from yy-mm-dd hr-min-sec format in codeignitor
I have a field created_at which is in the format yy-mm-dd hr-min-sec .. now how to select only date part of this field ....
function customers(){
$this->datatables
...
-4
votes
1answer
43 views
Table Library for Knockout [closed]
I would like to know if there is a table library out there similar to JQuery DataTables that allows for integration with Knockout data-bindings. Does anyone know of a tool like this?
Thanks!
0
votes
0answers
30 views
DataTables not getting the data when reloading and not getting the datatable appearance [closed]
datable works on the first try but when clicked it wont. and if i click to show new data it wont show it. it shows only the first data. can you help me? im new to datatables any suggestions?
...
0
votes
1answer
35 views
passing arguments to sAjaxSource in jquey datatables
I am working on codeignitor and I have a problem ..
I have a controller function details.php which takes an argument.
function details($id){
$this->datatables
...
0
votes
1answer
28 views
JQuery DataTables with KnockoutJS
I have two JQuery datatables in my C# MVC application that are currently in a partial. I have it set up so that if I select from either data table I can select a row and then if I hit another button ...
0
votes
0answers
27 views
Sorting data according to data header
In wordpress, this is how my table is currently like coded in HTML and grabbed from the database:
Name | Payments
Stud1 | 1-Jan, 1-Feb, 1-Mar
Stud2 | 1-Feb, 1-Mar
Stud3 | 1-Jan, 1-Feb, 1-Mar, ...
0
votes
0answers
37 views
Datatables - Show full table if search box is empty
I wanted that datatable's search should search in table only when user presses the Enter after giving some input, so I wrote the below code. Now the problem is that after searching something if user ...
0
votes
2answers
32 views
Datatables warning (table id = 'ideas'): cannot reinitialise data table
I am using data tables and am adding options to the JS code, the changes work but I keep on getting a popup warning. How can I stop the warning?
<script type="text/javascript" ...
0
votes
1answer
42 views
pass arguments into anchor after sql query
how can I to perform this operation?
this->datatables->select('first_name','roll_num')
-> from('students')
-> ...
0
votes
2answers
31 views
DataTables mysql json
Please help to create datatable (plug-in for the jQuery Javascript library) using JSON data source.
My JSON request looks like:
<?php
$con = mysql_connect("localhost","user","password");
if ...
1
vote
0answers
30 views
pop_up box in datatables in codeignitor
I wanted to display a jquery data-table which has a pop-up box and so i followed the method as shown below this is the controller ... but this ones not working. The fault is with add_column what is ...
0
votes
2answers
21 views
DataTable can't get id element after page change
I am trying to make ajax call on focus for every text input, I can make is in first page( when document ready) but when I change page , javascript can't parse inputs because it wasn't created when ...
0
votes
1answer
21 views
Disable sorting when specific header is clicked
I am using this code
var oTable = $('#tbl').dataTable({
"aaSorting": [
[0, "desc"]
],
"aoColumns": [
null,
null],
"sDom": ...
0
votes
1answer
22 views
unable to clear jquery DataTable
I have a Button, on its click i want to clear a data table and reload with fresh data. But when i click on the button the data table is not getting cleared.
i have written the code below but probably ...
0
votes
1answer
42 views
how show only ten results per time in datatables?
I need to know how datatable not show all the results all the time.
Right now the datatable script call all the users and show in the page, when all are show it proceed to make the paginations(10 per ...
0
votes
0answers
17 views
Return displayed value in datatables
I'm using the DataTables for jQuery with the columnFilter plugin. As I want my output formatted before display, I use mRender to adjust the data for display etc.
Unfortunately columnFilter uses the ...
0
votes
1answer
27 views
How do I perform mysql NOT IN operation in jquery datatables in codeigniter?
I want to do NOT IN operation or subquery on dataTables, but I'm able to configure how to actually perform such operation.
Is it even possible to perform such operation?
Here is my query :
...
0
votes
1answer
13 views
DataTables fnDeleteRow from popup window
When a user interacts with a form that is in a popup JavaScript window, I want to delete a row in a DataTable in the main window. I'm not sure how to address the table and specific row. The table id ...
0
votes
0answers
30 views
JQuery DataTable DISABLE “select row” on click
I have a simple question using DataTable. How can I disable (or make false) the "(onclick)select row" option?
var oTable = $('#mytable').dataTable({"bPaginate": false}).makeEditable({
...
1
vote
1answer
41 views
+50
jQuery DataTables checkboxes in Fixed Column
I'm using the jquery.datatables plugin along with the FixedColumns add-on and am experiencing some issues keeping the two tables in sync.
The first 2 rows of my table contain checkboxes.
Since the ...
0
votes
0answers
12 views
Datatables can I sort using different sColumn value?
I have aaData returning 5 different columns of source data(person.person_name,companies.company_name,urlname,urlcompany,income),
I am displaying the last 3 columns(urlname,urlcompany,income) in my ...
0
votes
1answer
23 views
Sorting by date with extra text in field
Hi im trying to sort a field by date (UK) and have it working using the following code:
/* Datatables */
$("#tasks").dataTable({
"sDom": ...
0
votes
3answers
32 views
how to copy top 1000 records from 7000 records in existing table to other new table
I have a table A which consists more than 7k records,Now i am creating a new table B .In my new table B I need to copy only 1000 records from table A which has more than 7000 records.
No condition ...
0
votes
3answers
45 views
click function in datatables action menu
js output:
$(document).ready(function() {
$('#datatable').dataTable({
"bProcessing": true,
"bServerSide": true,
"sPaginationType": "full_numbers",
...
0
votes
1answer
27 views
Retrieve Data from DataTable and assign to Dialog Modal using jQuery
I have below Data in DataTable.
| InvoiceNo | Fruits | Date | Description | Action |
---------------------------------------------------------------
| 001 | Apple | Jun 12, 2012 ...
0
votes
0answers
30 views
C# Gathering data from file for a DataGridView
I'm currently working on something that I think will be of use to new players for a particular game I play. New guys always want to tweak the game settings which is stored in a .cfg file, and I wanted ...
0
votes
0answers
17 views
Use rowTemplate from CogShift (Knockout extension) to bind a datatable
I'm trying to use CogShift, an extension of Knockout to work with datatable.
I found an example in a related Stack Overflow question, which perform exactly what I need, however it has a bug (in my ...
1
vote
1answer
44 views
datatables jquery supply dynamic array index value on “sClass”
Given the following code:
var aDataSet = [
['1', 'Trident','Internet Explorer 4.0','Win 95+','4','X'],
['2', 'Fish','Internet Explorer 5.0','Win 95+','5','C'],
['3', 'Pony','Internet ...
0
votes
2answers
24 views
Not able to get values in dataTable from the managed bean
I have two classes one is plain bean and second one acting as managed bean. I am trying to bind the aboutProduct(List) with my datatable. but I am not able to see the values. Please refer the codes.
...
0
votes
1answer
24 views
Data table and knockout integration working issue
Hi every one i am working on a project where i had to integrate knockout and datatables and i had to achieve CRUD operations using them...
I have used knockout-datatables.js downloaded from this ...
0
votes
0answers
36 views
Datatables - Column Headers don't move when scrolling horizontally
I have a simple example of my problem. I am using Datatables 1.9. The column headers don't move when scrolling horizontally when the datatable is inside another html table. It works fine when it is ...
0
votes
0answers
20 views
fnOpen not working datatables
fnOpen in datatables not working.It works on first load but after I reload the table using ajax, it does not work......
Function
$('#resultsTable').delegate('tbody td img','click', function () {
...
1
vote
1answer
39 views
jQuery DataTables <tbody> not appearing
I'm new to jQuery DataTables api, and I added a row to my table using the jQuery Datatables API. However, why doesn't the section show up? What do I need to do to get it to show up per row that I ...
0
votes
1answer
38 views
Jquery data table pdf option not working after path change
I have downloaded data table example from extras/TableTools/index.html with pdf & excel option. Which is working fine. But after making changes in the path only print option is working and pdf ...
1
vote
0answers
57 views
RowTemplate not working knockout.js
I am using knockout.js; trying to 'databind' to a Jquery dataTable using a rowTemplate. For some weird reason it returns "No data available in table" implying the dataSource (Users) is empty. However, ...
0
votes
2answers
38 views
DataTables cannot recognize data from DOM
I have this simple table and the tbody fills with loadLogsTable(); function
<table id="logsTable" style="width:100%;text-align:center;">
<thead>
<th ...
0
votes
1answer
19 views
Datatables without gem?
Is there any way to implement datatables without using gem?. I was following railscast tutorial for datatables, But then I realized there is no application.css file in the project that I am currently ...
1
vote
1answer
45 views
How to disable sorting JQuery DataTable with asp.net Gridview
I have a Datatable, at run time it will create and bind to Gridview Control, So I dnt know how many columns it would be,
Now i want to allow sorting only for 2nd Columns .i.e Name rest all will be ...





