Questions tagged as 'jquery-datatables'

2
answers

Data-Tables misaligning table title and body when scrolling

I'm trying to apply the DataTables plugin to my template tables, the problem is that when I apply scroll , the table ends up misaligning the table title of its respective body of data. p> JsFiddle     
asked by 08.04.2014 / 14:55
2
answers

Datatables - Rowspan in tbody: Can not read property 'className' of undefined

I'm using JQuery and the DataTable plugin in my tables. So in some situations I need to use rowspan in the body ( tbody ) of my tables, which generates the following error in Google Chrome and ends up not applying the plugin: Uncaught...
asked by 14.04.2014 / 20:20
0
answers

How to make a Javascript function that receives a DataTable as a parameter?

Hello I made a generic JavaScript function that needs to receive a DataTable as a parameter, but for some reason it is not getting the data from this DataTable. This function is called when the user clicks the DataTable cell $('#tableBas...
asked by 28.08.2018 / 21:04
1
answer

Information is not loaded in MODAL Edit After Page

Good morning, people, I have a question and would like to know if you could help me ... In this first img, I have a table made with a data table with a list of entries, and each one of them has the option to edit and delete. AfterIclickth...
asked by 03.07.2018 / 15:29
1
answer

Problems loading a DataTable in Page Load with JavaScript

I'm a beginner with JavaScript and I'm having a problem when the DataTable of my Index is loaded. IfIopenasection,inmyIndex,andputtheJScodeinsideit,everythingworksperfectly. @{ ViewData["Title"] = "Gerenciar Situações de Pessoa"; }...
asked by 08.06.2018 / 12:58
0
answers

Export using datatable with limitations

I'm using datatable in a project and it's running 100%. What I need is that at the moment of exporting to PDF and excel I do not want to export the columns in which I do not allow sort or search, other than columns in which I have buttons and at...
asked by 11.10.2017 / 17:17
1
answer

Check Box "Check All" does not work for all pages using datatables

Scenario: I'm using DataTables to show a list of cities, and each of them has a checkbox. I also have a "Check All" which, of course, when checked, all cities should be checked as well. Problem: When I mark "Check All", only the cities of th...
asked by 17.10.2017 / 15:06
0
answers

Error initializing DataTable with jquery

Hello, I have a DataTable that will be powered by JavaScript Source (data source) when I open the screen, I want it to start "empty" with no data. For some reason, it already starts automatically when loading jquery.datatable.js, and I need t...
asked by 14.08.2017 / 20:05
1
answer

DataTables - Export to Excel

I have a table that, once loaded, each line has a show detail button (+ icon) as shown in the image below: Clickingthisbuttonopensanewtablebelowthatcanberetrievedlater.TheproblemiswhenexportingtoExcel.Thetableisallunconfigured,likethis: This...
asked by 30.06.2017 / 19:13
1
answer

Filter does not work because of accentuation problem of return, what to do?

I'm working with datatables and php, so server side . I've been making custom filters with it, everything working ok, with a save exception, words that have accent, does not work in the filter. Let's say, I select the following company:...
asked by 10.05.2017 / 15:36