Datatables with asp.net mvc rendering Url.actions/html.actionlinks with route...
Hi, I am using datatables to render a table with server side asp.net mvc razor views. I am using the render function to display urls for "editing" rows on the table - render": function (data, type,...
View ArticleRecords shown twice and recently even three times
Hello. I have a very big problem for a customer. Our online solution runs at several customers and all but a also has no problems. This a customer has its data imported and not entered manually. I...
View Articlenewbie question with MS SQL
I am using MS SQL for the first time and struggle to make it work. I was able to connect to SQL, but I don't know enough to solve error on ssp.class.php, line #408 $stmt = $db->prepare( $sql );...
View ArticleHeader Alignment mismatch with scrollX = true
Hi, I have a column headers misalignment issue, appearing when enabling scrollX. See Image This is HTML: <table id="tabellaDati" class="table table-bordered table-hover" > <thead>...
View ArticleUsing DataTables in Android app
I am trying to implement DataTables functionality in to my Android App. Have you done any work on integrating DataTables 'Search functionality' into an Android app. As mobile apps are more popular...
View ArticleIs it possible to change button's behavior in a "menu style"?
Is it possible to change button's behavior in a "menu style"? My problem is almost the same as I had in...
View ArticleMulti column search
I have some search fields on the same page as DataTable(). I have built this search function to submit all field content when any field has data changed: dt = jQuery('#rowblock').DataTable({...
View ArticleEasy individual column searching (multiple columns)
For anyone looking for a quick solution to filter multiple columns outside of the Datatable structure. This method simply uses generic form inputs (by class selector), passing in the filtered column...
View ArticleHow to remove "(filtered from NaN total entries)"
Hi, I have a problem finding documentation. I like the info block at the bottom left that comes up by default, but I need to remove the supplementary text "(filtered from NaN total entries)" I can't...
View ArticleUncaught TypeError: Cannot read property 'error' of null
Hello, i get this error in the console: (Uncaught TypeError: Cannot read property 'error' of null), from what i have read in the forums it is due to utf8_encoding, i have tried to force the encoding as...
View ArticleBootstrap Responsive unnecessary scroll bar
I have a table surrounded by table-responsive class, e.g. <div class="table-responsive"> <table id="usersTable" class="table table-striped table-bordered table-hover" data-page-length='10'>...
View ArticleDate format
I have an issue with the date picker showing the wrong date. The date shows correctly (dd-mm-yyyy) in my data table list. I have the format set in the editor to "format": "DD\/MM\/YYYY" ... The date...
View ArticleAjax Error
I am getting an ajax error using datatables. Just the generic error 7. I validated my json and it tested correct. What am i missing. { "data": [ { "CaseName": "FirstTest", "ConfigId":...
View ArticleColumn visibility without full width table
I'm sure this is more straightforward than I'm making it. I currently store table states in a database for users to pick and choose from. Those using my app come from different parts of the company and...
View ArticleUn-ordering
hey allan, is there a way to un do any ordering? i have a DT using server side processing that orders by default on a descending Total Cost column. when the user searches, however, i want their results...
View ArticleHow could I not save individual filter in StateSave mode ?
Hello, is there a way so that disable saving of individual filter content when StateSave is set to true ? just a little more informations : I don't use individual filter in footer but in header like...
View ArticleI am looking for a simple table filtering example that demonstrates how to...
Exclude certain columns from having a filter. Mix and match text and pull down menus for column filtering similar to the following url that is an example for the legacy datatables...
View ArticleDT_RowID on version 1.10.10
Looking at this: https://datatables.net/manual/server-side and this https://datatables.net/examples/server_side/object_data.html it shows that if you pass DT_RowId as a column that DataTables will...
View ArticleCell access on selected row
Updated... It seems the following code works when I remove the "visible".false from the code below. It looks like hiding the column also removed the variable? Also, it would be nice to access the...
View Articledatatable 1.10.11 and jquery 1.11.4
my current installation uses datatable 1.10.4 , jquery 1.11.1 , jquery-ui 1.11.4 the current datatable version 1.10.11 has changed to jquery 1.12.0 is it essential using datatable 1.10.11 with jquery...
View Article