Bug: Ghost Columns when generating large tables
I am using DataTables 1.8 with jQuery 1.6.1 to enhance HTML DOM tables. DataTables is pretty amazing -- I've never liked JavaScript much, but I love this plugin. Problem though: When I generate wide...
View ArticleSearching with accent insensitive
Hi, I'm french and I want the search method to be accent insensitive. For instance, when I put the 'e' character, I'd like to search every word with 'e' or 'é', 'è'.... Is it possible? Thanks
View ArticleNumerical sort with non-numeric values (But mathematically accepted)
Hi I have numeric values to sort. Sometimes some of these values are +inf, -inf or null/na (not assigned). Is there a way to do that with DataTables. It seems the regular sort with numeric type can...
View ArticleThemeroller vs. Bootstrap for Editor
So, I love the ability to use Themeroller styles for the base DataTables - works great with a few caveats - but it doesn't look (to me, at least) like there's an easy (i.e. built-in) way to get the...
View ArticleUpgrading from 1.8 -> 1.9 "issues"
Hi Allan, To begin, i wanna to thank you for your really great job for datatables =) I wanna upgrade from 1.8 to 1.9, and i have noticed that the "highlight search function" found in this forum is...
View ArticleDataTables header alignment issue (Refresh)
DataTables version: 1.9 Browser affected: Chrome, IE(7/8/9) Problem --- When using the `sScrollX`, `sScrollXInner` and/or `sScrollY` to achieve a fixed header table with it's inner content scrolling,...
View ArticleUser provided properties on row object is not available during a filter.
I can't really report this as a 'bug report', but it's causing us some major headaches. I had originally posted a question on StackOverflow, hoping to get user help or guidance. Then I realized that it...
View ArticleVirtual Scrolling and AJAX Issues
I am trying to implement Virtual Scrolling and after a long while, I got it to work where AJAX is invoked when scrolling down to get the next set of records. What I am not seeing is AJAX being invoked...
View ArticleIssue with fnFilter [solved]
I'm using the example here: http://datatables.net/examples/api/multi_filter.html to use the fnFilter, however when I call it in my browser (Chrome) I'm getting the following: Uncaught TypeError: Object...
View ArticleBackbone single page application seems to break row expansion.
Hi All, I've encountered an issue using Datatables in a backbone application. Basically what is happening is if I navigate directly to the data tables page once everything works fine. However, if I...
View ArticleDatatable CSS acting wierd
Hi, I am using datatables 1.9.4. For some reason the size of the field which displays ''showing 1 to N entries" is very big in my data table. I am not sure if its because of any CSS related issue. Has...
View ArticleCustom delete button
Hi, I want to create custom cancel/save/delete buttons. in the "fnInitComplete" call, I configure editor.buttons. How should I configure a delete button? The Save and Cancel seem to work. { "label":...
View ArticleBootstrap / checkboxes
(changed the order of the label class to align checkboxes properly in Bootstrap) line 3969: jqInput.append( '<div>'+ '<label class="checkbox" for="'+conf.id+'_'+i+'">'+ '<input...
View ArticlefnClearTable adding style="display: table; width: 100px;" to table...
I am not sure why or how hard coded styling (style="display: table; width: 100px;") is getting applied to my table. Any ideas on how to get rid of this? I at least want to get rid of the width...
View ArticleJoin / order
Hi, I have two tables: tblExerciseEquipment and tblLanguages. The latter table is for internationalization. So 1 piece of equipment (e.g. "ball") could be translated into n languages. The link between...
View ArticleDataTables new documentation format is simply awesome.
Your new documentation format is so good, I kind of want to reformat any documentation I've written for my own projects. The Editor 1.2.2 release notes mention Editor has switched to semver. Perhaps...
View ArticleHow to expand all rows when the page onload?
I successfully implemented the show/hide rows datatable which is the same example as "DataTables server-side processing example with hidden row information". However, the example only shows when user...
View ArticleSearch/filter finds matches in html tags
Hello, I have a table in which a couple of the colums contain links (a href). When I do a search, it finds matches within the <a href... ="abc.html?name=test&etc"> tags. Is there any way to...
View Article