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 js show modal after select val

I use dynatable and i have in my row a select when the val =5 a modal window show, but when i change paage or use seaarch input my modal don't show when the select value is at 5. Thx for help
0
votes
1 answer

dynatable - Custom behavior lost after pagination

https://jsfiddle.net/wxLwx2hn/3/ I have created a dynatable that contains an "a tag" which opens an alert when clicked. The code works when the table is first created. It fails to work after any dynatable events such as pagination, sorting or page…
opc51
  • 13
  • 1
  • 6
0
votes
1 answer

DynaTable - Update the dataset records to new data set

I have this: MyModel: function MyModel(title, status, user, lastUpdated, local_id) { this.title = title; this.status = status; this.reported_by = { username: user }; this.utc_last_updated = lastUpdated; this.local_id = local_id; …
narainsagar
  • 1,079
  • 2
  • 13
  • 29
0
votes
2 answers

Binding a click event to a button in a cell

I am having trouble binding a click event to a button in a cell. The table is populated initially via razor code enter code here
NickyG91
  • 1
  • 1
  • 3
0
votes
1 answer

Re-apply dynatable after new rows inserted

I have a RESTful service that provides an SSE resource. I'm updating a HTML table every 3 seconds. I'm using dynatable on it. When new rows are added, the SSE inform the client, so the table is updated. I'm updating a table with these new…
aseolin
  • 1,184
  • 3
  • 17
  • 35
0
votes
2 answers

Content-Type Ajax json missing

I wrote some php code that outputs some valid json, and sets the content-type header to application/json in my dev setup. However when I deploy this script to a embedded webserver it works fine except it's not capable of sending the content-type.…
Dr. Banana
  • 435
  • 1
  • 7
  • 16
0
votes
1 answer

Remote JSON won't load into dynatables, please correct me where am doing wrong

I am trying to load remote JSON file into dynatables, but dynatables won't show any data. here's my table
0
votes
0 answers

Dynatable and input fields (like checkboxes)

I'm not so skilled in jQuery, so I downloaded Dynatable to manipulate my tables. It's OK for almost all features, but I don't know how to keep the state of the input fields when I use the pagination. For instance: the first column of each row of my…
Giacomo
  • 29
  • 4
0
votes
1 answer

dynatable ajax sort not working

When building my table from JSON with Ajax,the sort is not working. It's active, and the asc/desc symbol changes, but nothing visibly changes. What's wrong? I've added the samples below. This is the JSON file { "kennis": [ { …
0
votes
1 answer

Dynatable.js remove an element from a stylized list and update count

I am using for the most part the default code from the dynatable website for a stylized list. I really like it as i get search on all my fields. here is the html code and the javascript code:
user1050544
  • 437
  • 5
  • 24
0
votes
1 answer

NodeJS dynamic tables (filter, search) & basic security

I have a NodeJS Express application, in which I want to implement a basic table list which may include many entries. I will need pagination, sorting and searching using a single input field. In order to just fill this table, without any other…
csotiriou
  • 5,653
  • 5
  • 36
  • 45
0
votes
1 answer

Add a class to a row on a dynatable table, but after a search they are gone

I want to add a class("fila_art") to every row in a dynatable table so when i click on them another one is added("marcar"). I tried this: $('#tableId').dynatable({ table: { defaultColumnIdStyle: 'camelCase' …
Chatoxz
  • 131
  • 1
  • 8
0
votes
1 answer

Dynatable not rendering JSON response from Ajax

This is the output of the rest server that I need to show in the…
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
1 answer

Dynatable - records are appended to previous list each time the page number is changed

I'm trying to use Dynatable to create stylized list of records from local json dataset. in Dynatable documantions, the example of stylized list is using Reader function to get records from DOM, and use Writer to generate the records in page. I just…
sasha
  • 1
  • 1
0
votes
2 answers

dynatable not creating table from remote JSON

Here's feature-table.JSON in the same directory as the HTML file: [ { "band": "Weezer", "song": "El Scorcho" }, { "band": "Chevelle", "song": "Family System" } ] Here's my HTML file:
Phlox Midas
  • 4,093
  • 4
  • 35
  • 56
orgid uniqusers transacs