Server-side processing with SESSION check makes JSON error
Hello, first of all I can't provide url for the website, because it's company development website with sensitive data. I'm building a website with datatables table using server-side processing of the...
View ArticleDatatables in jQuery Mobile UI
Hi, Did anyone successfully implement Datatables in jQuery Mobile UI? The closest I have found online is http://stokkers.mobi/jqm/tableview/demo.html. It's not properly documented. The features I am...
View ArticleHow to Send method POST to ajax calls
How to Send method POST for ajax calls in DataTables , help help please thanks.. example $(document).ready(function() { $('#example').dataTable( { "bProcessing": true, "bServerSide": true,...
View ArticleDynamically create multiple tables from JSONP?
Hello- I'm thrilled to have found this powerful plugin. Can anyone point me to an example of how one creates multiple tables on a page from AJAX/JSONP data? For example, my JSON feed has about 53...
View ArticleColVis: new plug-in for DataTables - user control of column visibility
Hello all, I'm pleased to announce the release of a new plug-in for DataTables called ColVis. ColVis will put a button next to the table, which when activated will show a list of the columns in the...
View Article"Rectangle is outside bounds" when using TableTools
I tried to search for this error message in the forums, but there was no match. I have a simple setup of DataTables and the TableTools, both with latest releases. When I click any of the buttons for...
View ArticleFixed Column collide with bJQueryUI ?
Hi, I use data table with Fix Column and enabled the bJQueryUI feature. when i changed the display row numbers (form 25 rows to 50 rows), the unfixed columns is changed to 50 rows but the fixed column...
View ArticleDatatable makeEditable ajax call not being made
i have a dynamic datatable which is being generated usign server side processing. It has 3 columns and 1 hidden column for ID. When i edit the generated table , the ajax request (in sUpdateURL) to...
View ArticleColVis and FixedColumns
I've noticed a few problems with the interaction between the ColVis and FixedColumns plugins. Is it possible to not show Fixed Columns in the ColVis drop down list? Hiding a fixed column just causes...
View ArticleTable tools buttons not showing after change from <div> to <a>
I was updating my table tools 2.1.2.dev to the latest 2.1.3 and the buttons were not showing anymore. I merged all the changes one by one to find the culprit and this is it: in TableTools.DEFAULTS...
View Articleodd issue: displaying table twice (briefly the first time)
Using DataTables 1.9.4 with jQuery 1.8.2: I've searched the forums but can't find a solution to this issue. When the page loads, I first see the full result set (all rows), briefly, then the DataTable...
View Articlerow selection does not work when table loaded via ajax
Hi, I got row selection working in my datatable when I load the data statically in the html file. Ex: <table id="tblTest" class="display"> <thead> <tr> <th>Test</th>...
View ArticleHow to update particular row i.e. add/delete/modify a row using data from...
Hi allan,first of all thanks for great pulgin ,i have been using this in one of my projects. I use fnReloadAjax() method to reload data in datatable ,it refreshes complete table,Is it possible to...
View ArticleMultiple Tables in the same page
I am having problem using more than one table at the same page, taking data from the server, with the jquery.dataTables.columnFilter.js plugin (Allow to filter by each column) . The second table...
View ArticleLoading Gif while datatable builds
Hi all, i have a question: Is there a way that some loading gif is showing while the .datatable runs? I create first a html table with around 500 entries and 15 Columns, also whits asp .net help. Then...
View ArticleWhen adding a row to a vertically scrolling table, can I keep the state of...
I am using "sScrollY": 300 in a table (So basically http://datatables.net/release-datatables/examples/basic_init/scroll_y.html) and I am adding data to it clientside using fnAddData. If I have scrolled...
View ArticleFixedHeader fixed left column in wrong position when <th> elements are...
When FixedHeader is used with {'left':true} and the <th> elements are different heights, the positioning of the left-most column can be wrong. See http://live.datatables.net/onuhuh for an...
View ArticleThe plugin returns positive decimal values to negative
I have a mysql table that has a column of positive decimal numbers. I test this with my select and even an echo via php. Its positive alright. I setup a naked page with one column and did a setup of...
View ArticlesLoadingRecords text doesn't work/shows sZeroRecords text instead
sLoadingRecords text doesn't work/shows sZeroRecords text instead. Please help. oTable = $('#myDataTable').dataTable({ "bProcessing": true, "sAjaxSource": "Home/GetCustomerByTerritory", "bJQueryUI":...
View ArticleMVC 4
I have used DataTables with MVC 3 but I'm now trying to incorporate it with MVC 4. The following line has been added to BundleConfig.cs: bundles.Add(new...
View Article