Quantcast
Channel: DataTables 1.10 — DataTables forums
Browsing all 2364 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Header width Alignment issues after Ajax call/Column render

Hi all, I am having an issue where the header of one of my columns is not aligning correctly after the data within the column is being rendered. I am passing a function that returns the object to be...

View Article


Pagination Previous/Next area

Hello, I want to fixiate the position of the previous and next area of the pagination on the bottom of the page. I dont like how it jumps up and down when you switch pages. Depending on how much items...

View Article


Datatables pagination

I want to get the searchbar, pagination and the pagination length menu above the table seperated in 3 columns. This is what i am trying so far dtable = $('#applicationList').dataTable({ "dom":...

View Article

shortening of long strings (Ajax/Responsive)

My datatables contain a long (100 chars) string of text plus a few other shorter columns. "Responsive" option with "responsivePriority" make the other columns disappear when I make the viewport...

View Article

Create a JSON with updated data from table

http://live.datatables.net/foleluxe/1/edit?html,output When the inputs get changed i update row's cells values with javascript. I need to send the new data to a database using JSON. When i call...

View Article


When responsive is set to true, it there a way to print/export all columns as...

I need to print all columns visible in a datatable, even if they are in child rows (when viewing datatable in small screen). Keep in mind i do not want them to show in print mode as child rows, but as...

View Article

Image may be NSFW.
Clik here to view.

Problem with dataTables_paginate

I have a table whose data is populated from the back-end (Spring Boot) and displayed on the front-end using JQuery All works fine, but when i click for example on page 5 it focus on page 5 but after...

View Article

How to pass the generated value from the table to the editor?

I count the values in the table like this { 'data': 'calendar', 'render': function (data,type,row) { let count = 0; if(isNaN(parseInt(data[`${daysInMonth[0]}`])) === false){count+=1}...

View Article


Customizing the search bar

Hi, I want to position the search bar in the middle and the size should be big. I tried the solutions available but they didn't work. Thank you.

View Article


Excel export with RowGroup

I found this question asking about exporting tables using the RowGroup extension with each group on a different sheet interesting. The question asked about using the Add a new sheet example. This...

View Article

Image may be NSFW.
Clik here to view.

Circular Page numbers

How do I display circular page numbers? Please refer to this example.

View Article

OR-Search

I would like to search for several items that are provided in an array. If one of the item is present in the column identified by the index, the row should be shown. This means it should be an OR...

View Article

Export to Excel issue when column has long integer strings

Link to test case: Unfortunately, it is an intranet site. Debugger code (debug.datatables.net): Error messages shown: Description of problem: I have a datatable where first column is barcode labels and...

View Article


Image may be NSFW.
Clik here to view.

Uncaught ReferenceError: $ is not defined

I am trying to use Datatables in an SMF forum but it gives me the errors below and results in Ajax edit functions to stop working on the forum. Uncaught ReferenceError: $ is not defined at...

View Article

Image may be NSFW.
Clik here to view.

Scroll Bar Issue

Code Link: https://github.com/ramkumar2325/DataTable_Sample I have uploaded source code here, I'm trying setup vertical scroll bar based on the example given. let table =...

View Article


Link To Pre-Filtered Table?

Is it possible to have one page link to another page that contains a DataTable and have that link including parameters that will apply a specific filter to the table? To be more specific, I have a page...

View Article

Fill datatable with ajax and restController

Hi, I'm new to datatable and have to make a project with it. I'd like to call a RestController who returns a json and populate my table with it. I tried many things and got different message. For now...

View Article


Toggle a class name to a column in DataTable

Hi everyone, I have a datatable initialized with a className in this way: columnDefs: [{className: "editable", targets: [COLUMN_NUMBER]}] Is there a way to add / remove the same className when...

View Article

FixedHeader disappears

In this test case, the fixed header disappears at/after row 30 when you select to display 60 rows. Is there a way to prevent this? live.datatables.net/juyecuhu/1/edit

View Article

JSON data from server side is not displaying

Hi, I'm converting the data from SQL to JSON at server side using JavaScriptSerializer and I'm getting Valid JSON data as shown below, but it's displaying in datatables. { "d":...

View Article
Browsing all 2364 articles
Browse latest View live