DataTable on phonegap
DataTable on phonegap
ThiagoPrudente
Posts: 1Questions: 0Answers: 0
Hi everyone,
I'm trying to use dataTable into an android app through phoneGap, I mean using html, javascript and css. My table is created dinamically by javascript but it's not been applied and nothing happens.
I import the js like that:
and the table which is going to be generated is set in this div:
on my js I call the dataTable action like this:
[code]jQuery( document ).ready(function() {
jQuery('#checklist-table').dataTable( {
"sScrollY": "200px",
"bPaginate": false,
"bScrollCollapse": true
} );[/code]
Could someone help me, please?!
I will appreciate your help with this situation!
I'm trying to use dataTable into an android app through phoneGap, I mean using html, javascript and css. My table is created dinamically by javascript but it's not been applied and nothing happens.
I import the js like that:
and the table which is going to be generated is set in this div:
on my js I call the dataTable action like this:
[code]jQuery( document ).ready(function() {
jQuery('#checklist-table').dataTable( {
"sScrollY": "200px",
"bPaginate": false,
"bScrollCollapse": true
} );[/code]
Could someone help me, please?!
I will appreciate your help with this situation!
This discussion has been closed.