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
1
vote
0 answers

creating a button menu with predefined queries in dynatable

I wish to create a set of menu buttons that will perform a Dynatable search using predefined search terms. I haven't found previous examples of this and am trying to hack it from the Querying demo given in the documentation, but am not sure how to…
dekogames
  • 11
  • 2
1
vote
1 answer

Feeding JSON into Dynatable after user submission via Deform (Pyramid)

I'm building a webpage which takes user input and returns a table based on information in my backend. I'm using the web framework Pyramid. My current approach is the following: Create a Colander Schema and a Deform form object that is rendered…
1
vote
0 answers

Im trying to display data from a local json file using dynatable, but i'm getting undefined in values in the table?

I installed dynatable and I wanted to create table from data written in JSON. My table with script: …
Mark Riley
  • 21
  • 2
1
vote
1 answer

How to rename certain JSON Object attribute to display it in HTML Table

If I have a list of objects acquired from a database [{ "id":0 ,"name":"John", "lastname":"Shell" },{ "id":1,...]; which results in (dynatable plugin): data : JSON.stringify(data) success: function(data,status){ …
Nicolas Aoki
  • 78
  • 1
  • 7
1
vote
1 answer

Undefined cell value with dynatable table

I'm trying gerenate a interactive table with dynatable. I followed the documentation instructions but i'm still getting "undefined" in all values of two columns. I believe that data-dynatable-ignore="true" is not working and I want to know the…
Pv-Viana
  • 632
  • 7
  • 25
1
vote
1 answer

How to access additional data in JSON requested by Dynatable AJAX call

I am using the dynatable.com plugin to create a table of of schools that are stored in our database. The table can be filtered so does not always show the total number of schools. We do not display a 'number of pupils' column but are trying to show…
1
vote
0 answers

Dynatable.js - generate select dropdown filter from values in table

I'm currently using dynatable.js to generate a searchable/sortable table from a JSON file. Sorting and searching is working so far. However, as far as I can tell/find, a select dropdown for filtering must have the options manually created in the…
Shane
  • 11
  • 3
1
vote
1 answer

How to clear dynatable and add new data?

I'm working with a dynatable in javascript that I want to clear and add new data to. This is the code for initializing the dynatable: $('#my-final-table').dynatable({ dataset: { records: recordArray, }, However, this doesn't work when the…
user3257755
  • 337
  • 3
  • 15
1
vote
1 answer

Filtering Rows to show on Table

I have a JSON file with multiple 'rows', how can i just show the rows i need? In my case, i need to show the Name and Score, also, i need the IP to show up when i click a user's name, and do not show any UselessData rows. (I do not require code for…
DSN94
  • 304
  • 4
  • 16
1
vote
1 answer

Table in dynatable prints rows of undefined

I installed dynatable plugin in my server and I wanted to create table from data written in JSON. My table with script:
University Link
DzikiChrzan
  • 2,747
  • 2
  • 15
  • 22
1
vote
1 answer

JSON to HTML table - undefined

I'm trying to fill a HTML table with JSON data. I'm using dynatable plugin.(No specific reason to use this. Just that I bumped on to this & found it's UI to be appealing). JSON data sample returned by…
usert4jju7
  • 1,653
  • 3
  • 27
  • 59
1
vote
1 answer

Customize JSON view with Jackson for Dynatable

I am working on a Spring Boot application. In the html view, I make a ajax call to a RestController, which returns a list of custom entities: @Controller public class MyController { @ResponseBody @JsonView(View.MyView.class) public…
Stephan
  • 311
  • 1
  • 7
1
vote
1 answer

bootstrap data-load-remote not triggered after table sorted

I'm using dynatable.js http://www.dynatable.com/ and bootstrap3 modal to show a map when a link inside a sortable table is clicked. I'm looking for some help with a problem this issue. When I first load the page and I click the Location link, the…
srv101
  • 13
  • 5
1
vote
0 answers

dynatable - failing to render values from JSON to HTML dynatable cells

I have an sql view that I am retrieving via a REST web api with URL /api/sqlViews/fJwGBICTqbz/data.json Snippet of JSON object {"title":"Status…
Tapiwa
  • 49
  • 6
1
vote
1 answer

Querying a stylized list with dynatable

Although I have been searching high and low to find the answer to this question, I have not been able to find it. Should there be a well-hidden corner of the internet that I have not searched that does contain the answer to this question, please let…
Gijs
  • 84
  • 10