filtering not working by default?
I have a Search box displayed above my table by default. When I type something into the search box, no filtering happens. What am I missing? <script type="text/javascript"...
View ArticleMake column header text selectable?
Hi. What code would be needed to properly allow text selection on datatable column headers? We want to keep the sort function enabled and allow for text selection on the column name.
View ArticleUsing Editor with ASP.NET - Is it a good fit?
I have used DataTables in the past for searching/displaying large amounts of data from SQL Server databases, using server-side (AJAX) processing, and have been very happy with it. Now I have a...
View ArticleAligning Numeric data
Hi Team , I have problem in aligning numeric data , as per my requirement I want numeric data to be aligned right and text left in datatable grid , I have tried using table.display td { padding: 3px...
View ArticleAligning Numeric data
Hi Team , I have problem in aligning numeric data , as per my requirement I want numeric data to be aligned right and text left in datatable grid , I have tried using table.display td { padding: 3px...
View ArticleTableTools PDF export with hidden columns
Hello. I have noticed an issue using TableTools. When using hidden columns, PDF is generated wrongly. To reproduce problem: 1) Go to http://datatables.net/extras/tabletools/ 2) Execute in browser's...
View ArticleHide the show entries dropdown but keep pagination
Is there a way to hide the Show "x" entries dropdown box, but keep the pagination buttons?
View Articlesum filtered rows/columns
Hi I want to be able to sum a column of data after a filter has been applied using the plug in column filter. I found this thread:...
View ArticleHow to Override Editor Remove to Act Exactly Like Editor Edit
Great idea that the DataTable's editor sends an array of IDs to the web service to delete when data.action === 'remove'. Unfortunately we have already established our web services to act exactly like...
View ArticleSorting and filtering problem
Hello Everyone here, I am trying to build this server side processing script based on some post I found from other users, but I cannot get the sort and filter function to work. Its been a week now, at...
View ArticleHow to export Filtered Table
Well, tableTools is great plugin for exporting datatable to many type starting from just copying it to exporting into pdf, but how to get ONLY filtered row/record to be exported? The default behaviour...
View ArticleUncaught TypeError: Cannot read property 'length' of undefined
hi guys , i use Datatable 1.9 inside of codeigniter framework ! well u know everything works great when i use static data s ! but in ajax way i have a problem here is my initializing datatable and Json...
View ArticlePlug-in not working for update call, converting PUT request to POST request...
I'm using the Plug-in for a form within a Table The form works perfectly for Creating (POST) the post. But, when I try to update the post's information using the same form within the table, it returns...
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 Articleneed some help using tabletools
dears, dose it possible setting an cell style like mso-number-format:'\@' ?? cause my Datatble has 101220431111 cell data.. and it looks like 1.0122E+11 in exported excel file. anybody has solution?..
View ArticleProblems with sorting
Hi I have problems with my colum sorting. Can you figure out whats wrong? http://debug.datatables.net/urupaw
View ArticleIgnited Datatables wrong total of entries
I'm using ignited datatables (server side) and the total number of records displayed is always too much. It says "Showing 1-25 of 14,000 entries" but actually there are only 480 entries! There are many...
View ArticleDefining a max-height and max-width to all cells in table.
Hi All, I want to define the maximum width and height for all cells. At present, I'm using with ColReorderWithResize in the Datatable. The problem comes when a larger string comes in one of the column,...
View ArticleCustom datatable with Combo box (filter + dropdown) below each column header
hi, I want to use datatable because it comes with so many features. But my requirement is that, I want a table with combo boxes below each column header. This combo box will act as filter for that...
View Articlewhy mRender loops twice?
Hi All, I have the following code. mRender: function(source, type, val) { console.log(val); } How come I get redundant result for this? val parameter gives me 5 arrays, when I log it, it becomes 10...
View Article