Adding another input field next to the filter field.
Is it possible to add a second input field next to the filter field in datatables on the filter bar? If so, how do I accomplish this? Thanks so much for your time. ~Shawn
View ArticlefnMultiFilter is not a function
I'm trying to use the dataTables fnMultiFilter plug in. I was previously using it with no problem. However, I've "upgraded" the site I'm using it on a big and doing some ajax rendering if pages, which...
View ArticleColumn resizing
First of all - cheers for DataTables - it is fantastic! Anyway, I don't except for a minute this is a new forum topic but I am having real difficulties trying to get any column resizing plugin to work...
View ArticlesDom formatting for TableTools
I'm a noob with DataTables and can't figure out how to use sDom to put the TableTools toolbar at the bottom left, and pagination at the bottom right. Both are appearing at the bottom right Here's my...
View ArticleHow to show hidden row details only in a specific column ?
Good Morning ! I'm trying to follow the example to show details of hidden row. And it works, but I have 3 columns with images and when I click on any of the images, the "fnIsOpen" is called. I just...
View ArticleDisable sorting when table has only one row?
Is there a way to prevent sortable headers when there's only one row in the table? By default it lets you still sort the columns. thanks, Jeff
View ArticleNeed to refresh dataTable after clicking on Submit button
Hello Guys...I need help. User Story is: in one page at top user will enter their contact details (through a form) then click submit and bottom a dataTable will be populated when the page will load...
View ArticleNeeding help for a Non profit
First I want to say when I ran across this I stopped looking for what they needed. From everything I have seen this is prefect for what they want and I am truly hoping it will work. First here is the...
View ArticleServer side join issue
I'm trying to add sJoin to my server side script, but if I add any fields with a dot "." in them (eg: 'table1.field') it throws up the error "Undefined index: table1.field" But the dot is necessary for...
View ArticleJQuery DataTables with ASP.Net MVC 4 with Custom Buttons
I want to use Jquery Datatables at my MVC 4 project for grid based operations and general listing. After some search i found JQuery Datatables and i decided to use it. At first everythings seems good...
View Articlegetting <td> id value rather than <td> value </td>
Hello, I have a question. Can I get an id value from <td> tag rather than the value that is between <td>2012-12-01<td> in sorting function? jQuery.extend(...
View Articledatatable connect via odbc
Hi.. I'hv a problem about datatable connect via odbc. I see this example http://www.datatables.net/development/server-side/php_mssql_odbc and try to replace "sqlsrv_" to "odbc_" but it's not work. help...
View ArticleAjax & PHP
Hi 2 all. I have web site for dogs selling, and I use a datatables (www.prodajapasa.rs), but I have a lot of dog ads on my site, and site is loading slow. Is there a possibility that the customer via...
View Articlehow filtering works ?
Can anybody help me understand how filtering is done in Datatable library?
View ArticleColumn Sizing
Hi When I go to my page with my Datatable I got this rare column Sizing: http://s2.postimg.org/kjguobco9/datatable.jpg But when I click on some header, the column sizing is normal... Can someone help...
View ArticleDate Range Filtering
Hi Allan, I am going to be needing a filtering option for dates. I found this : http://jquery-datatables-column-filter.googlecode.com/svn/trunk/dateRange.html Is that plugin still being supported by...
View ArticleDatatables and Sinatra
So just when I get my DataTable working flawlessly, we change our back end to Sinatra. Do you have any ideas on how to implement sinatra as a backend? I've found a rails class that helps, but not sure...
View ArticleEliminating the sorting icons from column rows
I have tried searching for this in various ways and haven't found anything relevant so I am posting this as a question and hopefully someone can help out. I have sorting enabled using "bSortable" in...
View ArticleThead and Tbody be divided into two table and don't match in width
The Jquery code and result html is as following. Could anybody help me? objectStateAdminDataTable = $('#qualityTabTable').dataTable( { "bJQueryUI" : true, "sPaginationType" : "full_numbers",...
View ArticleColReorder on rtl datatable
Hello, I'm using datatable with rtl order (I add to the css of .dataTables_wrapper this: direction: rtl;) But the ColReorder extra doesn't work so good, i can't drag the cols to the center of the...
View Article