i want latest pagination in datatable
hi all, i am new to data tables. this plugin is very help full to me. but i need latest pagination which is have select page umber also. so how can i fix this one datatable plz help me. Thanks &...
View ArticleColumn Filter plug-in doesn't work after recreating Datatable
Hi everyone. I have little problem about recreating my datatable with an ajax call. What i use; Datables 1.9.4 Datatables column filter plug-in 1.5.0 What i want; I have a search page. Every time...
View ArticleConditional Formatting within oLanguage > sInfo?
I am making some small tweaks to a DataTable entry, and came across this small problem - if the _TOTAL_ is anything other than one, it makes sense, but if my number of records just so happens to be...
View ArticleHow do i list the check boxes(checked)
Hello all, I want to make the datatable to remember the check boxes(checked) in the pagination... Can any one help me please...!!!
View Articleset values for idSrc
Hi Allan, I used to set value for idSrc while initialing the editor editor = new $.fn.dataTable.Editor( { "ajaxUrl": {..... }, "domTable": "#example", "idSrc": "myId", "fields": ..... In my project i...
View ArticleInitial sorting on date-range
Hi I'm using DataTables with the columnFilter plug-in and I was wondering if there is a way i can preset a date-range? My table contains events, I want to show only upcoming events so I want to set the...
View ArticleUncaught ReferenceError: ZeroClipboard_TableTools is not defined
I am attempting to enable the Export features provided by TableTools plug-in, but am getting the error in my de-bug console "Uncaught ReferenceError: ZeroClipboard_TableTools is not defined "...
View ArticleProblem with polish letters [UTF-8]
Hello, I'am starting with DataTables but I have big problem. Cells containing polish letters (ó,ł,ż,ć etc.) does't display in my server-side installation. Row is ok, but cell with polish letter is...
View ArticleScroller issues in Firefox and IE
Hello! What a wonderful plugin. I have a problem with the scroller rendering outside of the table, i.e., the header does not cover the top of the vertical scrollbar leaving a blank space. Is there...
View ArticlePlugin and HTML tables question
Noob question...I am curious to know if after "dataTabling" an HTML table, does the original HTML table remain in the DOM? If so, is it possible to remove it from the DOM without it affecting the...
View ArticleColumn Formatting Issue?
Hey guys, I'm using a plugin called Tablepress which uses the DataTables JavaScript library. And I'm having a problem with the formatting of columns. I've been told by the plugin author that it has...
View ArticleRow Reordering plugin with Drag'n'Drop capabilities is released
Dear friends, I'm happy to announce that I have crated another add-on for the DataTables plugin - row reordering. This add-on enables you to reorder rows in the DataTable using Drag'n'Drop. Plugin is...
View ArticleUsing mousewheel up/down to trigger horizontal scrolling in datatable
I have a very short but very wide datatable and I'm trying to use existing jquery plugins to allow users with mouse wheels to scroll up/down to trigger the scroll action for left/right. I'm using the...
View ArticleColVis incompatibe with jQuery 1.9.0
Hi, When using DataTables in conjunction with jQuery 1.9.0 and the compatibillity checker "jquery-migrate-1.0.0.js" it will throw this warning when opening the column list with the checkboxes:...
View ArticleoSettings is null when call fnAddData
Dear all, I'm using DataTables v1.9.4 and facing a problem in Add new Row with .NET MVC3. In window.onload i called an ajax function to getData and initial dataTable in below: var result =...
View ArticleSelect drop down from server side
I am trying to create a drop down box in the datatable for each row with specific option tags to the row. For example row1 may have options 2 and 3 where as row2 may have options 1, 2 and 3. I am using...
View ArticlefnReloadAjax issue
Hello Allan, I came across a problem with fnReloadAjax. The problem : >> When two different computers are on the same page using fnReloadAjax on the same table when some one alters the data for...
View ArticleRow grouping with sorting - is this possible?
Hi, I´m very happy to see all the possibilities DataTables provides to us. Now I want to use it for an advanced user interface and need your help to figure out if it fits our requirements. I tried to...
View Articlehow to update the values of the edited row using knockout datatables extension?
Im loading more than a 1000 rows in a data tables using the knockout extension. the source of the data tables is an observable array. I tried to set the observable array to be filled with just plain...
View ArticleSelect menus alphabetical order
Why is the content of DataTables individual column filtering using select menus not in alphabetical order? See for example: http://www.datatables.net/examples/api/multi_filter_select.html Or should I...
View Article