Questions tagged as 'jquery-datatables'

0
answers

Sort the datatable table by the date of the records

I have a code, which when starting, creates a table using dataTable . The data in this table comes from my MySQL database. I am not sure how my records are sorted, if I am not mistaken it is coming from the Id, but I need it to be sorted by t...
asked by 18.11.2015 / 14:06
0
answers

DataTable create and populate table dynamically with server-side pagination

Personal how can I make when submitting a form, a DataTable is created and populated with the result of the filter done in the form and have DataTable do server-side paging. DataTable Version: 1.9.4 The first part of creating the DataTable...
asked by 13.11.2015 / 20:30
0
answers

How to page the data? Via StoredProcedure or DataView?

I am using DataTables.net with server-side via WebForm and Ado.net. I need to page the data (sort, filter, etc), I see 2 possibilities: - via stored procedure ou - via DataView The problem is that when using DataTables.net it sends me 62...
asked by 20.10.2015 / 14:50
1
answer

how to change the date using the datatables

I have a datatable that has a date field. I want to change this same field from 2012-05-01 00: 00: 00.000 to 2012-05-01. Is it possible?     
asked by 14.10.2015 / 16:42
0
answers

bring data from the bank according to other data

I have a code that brings the database data and generates a table. This data is coming all that are registered, but I need only the data with the same user state to come. For example: I have a user from Santa Catarina, I need the data to co...
asked by 09.11.2015 / 12:42
0
answers

datatables search

Well, I needed some help .. I'm using datatables. I have a search form that when clicking will search to run a php file, where I send parameters by search data, some fields can go in null. The php file that goes to the database has the fol...
asked by 03.09.2015 / 19:07
0
answers

dataTables jQuery does not work correctly with accents

I am using the dataTables plugin of jQuery and the problem is happening because of accented words. For example, you have several items in the list, and one of them is called coffee . If in the search bar I look for coffee , it wi...
asked by 17.05.2015 / 04:12
0
answers

Change value of all ssearch in a request from Jquery DataTable

I'm using the methods $(_table) .DataTable() .column(colIdx) .search(text) .draw(); to make filters in my Datatable. However, to reduce the number of requests, I perform this function only when I press the "ENTER" ke...
asked by 23.02.2015 / 19:42
0
answers

Change values from DB in a table

I'm having problems with the data I'm fetching from the database, when I change it in my table. HTML <table class="table table-striped table-bordered" id="vendaTabela" width="100%"> <thead> <tr>...
asked by 04.03.2015 / 15:08
0
answers

IE8 Error in DataTables

O% with% below: function _fnGetObjectDataFn( mSource ) { if ( $.isPlainObject( mSource ) ) { /* Build an object of get functions, and wrap them in a single call */ var o = {}; $.each( mSo...
asked by 20.01.2015 / 15:04