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":null,"Tipo":"Normal","RG":"123456798"}
]"
set an example in JSFIDDLE url: link
After this, I would like to know if there is any possibility of leaving the dynamic header, that is, <th></th>
of <thead>
Thank you