Questions tagged as 'datatable'

1
answer

Datatable duplicating elements

I have a search done with Ajax via JQuery that returns a tablet with DataTable. But the DataTable elements are doubling as I want to search (see print). I'vetriedtousedestroy,butthenitstopscreatingthetable.Mycodeislikethisrightnow.JavaScript...
asked by 30.10.2018 / 18:12
1
answer

Print Datatable in a DIV using Bind or Eval

Is it possible to print the data of a DataTable ( codebehind ) in a div ?      Print data from datatable to Label . How to use bind or eval ? Or some other way?     
asked by 10.03.2014 / 21:10
1
answer

How do I get the current page of a dataTable?

How to save a php variable to the current page of a table using the dataTable plugin? For example: if I am on page two the variable should receive 2, if it is on page 3 the variable should receive 3 and so on.     
asked by 26.07.2017 / 18:52
1
answer

How to make the Dynamic DataTable column

I recently asked a question: Error when using JSON with datatable What I need is similar, but I need to leave the name of the dynamic column, that is, I would have some way to get the property of my json and leave it set as the na...
asked by 04.01.2016 / 16:53
1
answer

Error using JSON with datatable

I'm trying to implement my json using the datatable tool, follow my json : [ {"Nome":"Felipe","Data":null,"Tipo":"Normal","RG":"123456798"}, {"Nome":"Felipe2","Data":null,"Tipo":"Normal","RG":"123456798"}, {"Nome":"Felipe3","Data...
asked by 04.01.2016 / 14:14