Questions tagged [dynatable]

HTML5+JSON interactive table plugin.

Dynatable is a funner, semantic, interactive table plugin using jQuery, HTML5, and JSON. And it's not just for tables.

87 questions
0
votes
1 answer

Dynatable Row color with a class

I found a topic that discussed how to change an html table's row color based on a row's value. In my case, that solution didn't work. I would like to change the color of each row based on the value of the class associated with the table row. As an…
Nathan
  • 1
  • 1
0
votes
1 answer

Json to html table. Cannot parse to table heading because json object's field name starts with capital?

I am trying to use Dynatable library to convert json objects to html table. PS: This problem also persists for other library such as DataTable However, currently my entire table's cell value is undefined. Here is my sample Json data [ …
Cybercop
  • 8,475
  • 21
  • 75
  • 135
0
votes
1 answer

Load a new Dyntable over a previous one without reloading the page

I've been reading a bunch and cannot seem to figure this one out. Can anyone tell me if there is a way to load a new dynatable from an AJAX call? I'm using laravel and in the blade if you click a submit button it goes to this function: function…
Brad Goldsmith
  • 283
  • 6
  • 18
0
votes
2 answers

Dyntable sort does not work at all from Ajax

I am using dyna table with Ajax. Sorting, searching, pagination nothing is working. I only get a list in my table but on clicking the column header nothing happens. Please help.This is my code. My html file is
0
votes
0 answers

Dynatable.js sort german date

I use php and dynatable.js (version 0.3.1) to create dynamic tables with a sort and search function. This setup works very well even with the U.S. formatted date from the SQL database. But I need the german date format in the table (dd.mm.yy or…
nifu
  • 47
  • 1
  • 6
0
votes
1 answer

Dynatable - features is undefined

I create table using dynatable. But i get error: TypeError: dyna.features is undefined $(document).ready(function () { gettableupdates(); var dyna; function gettableupdates() { $.getJSON('ajax_data.json', …
user3794273
  • 91
  • 1
  • 1
  • 11
0
votes
2 answers

DynaTable Official Website is Down

I just started using dynatables and am still heavily dependent on examples from https://www.dynatable.com/. Unfortunately the site is down with the following message: You have requested a site that is currently offline. This generally happens when…
Jimmy Genslinger
  • 557
  • 3
  • 21
0
votes
0 answers

Dynatables and Tooltipster

I have a table that has a column with tooltips in it. W/out dynatables, it works. But, when I apply dynatables to it, the tooltips are not shown anymore. Here is my JS: var initTooltips = function(){ $('.tt').tooltipster({ animation:…
PrimuS
  • 2,505
  • 6
  • 33
  • 66
0
votes
0 answers

jQuery AJAX works but is there a way to pause something then action?

I'm trying to get the auto sorting working which is it, it sets on the url when you load the page: blah.com/?sorts[date]=-1 but you then have to refresh the page for it to work, as it does not sort right away on page load. $.ajax({ //…
James
  • 1,668
  • 19
  • 50
0
votes
1 answer

What is the difference between Datatable.js and Dynatable.js?

I have around 300,000 data to be showned in table and i used datatable.js but is too much slow as it gathers all the data and paginates it which really annoys. while searching the option i found dynatable.js. Can Somebody tell me the difference…
Xravn
  • 254
  • 2
  • 6
  • 22
0
votes
0 answers

Dynatable total row

I'm using alfa jango dynatable plugin to render my tables but now I need to show total (sum) of a specific column. The idea is to insert a new row with a cell with the total of the column per page. Can anyone help me with this question? Edit: I'm…
0
votes
1 answer

Trying to pull table header field using closest and .find functions

I am trying to pull the header field on a table so that I can manually adjust the size of the field. The header that I am trying to get to has the data-dynatable-column of "paymentStatus". Here is the function that checks for each tied to a…
hammerva
  • 129
  • 1
  • 14
0
votes
1 answer

Changing attribute value on dynatable fields through click functions

I have a function where if the user clicks on the pagination links of a dynatable (page numbers, Previous, Next) that it will disable a couple of the fields from updates based on a certain status. here is the function call: …
hammerva
  • 129
  • 1
  • 14
0
votes
0 answers

Issue about accessing a click function tied to dynatable

I am trying to add a click function that does a check of values on a dynatable that I am creating when they move from page to page. It is accessed based on the class dynatable-page-link that exists on the Pagination section of the table (Prev, page…
hammerva
  • 129
  • 1
  • 14
0
votes
3 answers

How to search a javascript object by value?

I'm encountered a scenario where I have to display the following response in a table. [ { "name": "Test", "endPointURI": "http://10.10.10.1:123", "successCount": 0, "failureCount": 3761, "successRate": 0.0, "failureRate":…
TechnoCorner
  • 4,879
  • 10
  • 43
  • 81