Server side ajax table with fix height
Server side ajax table with fix height
mati_varini
Posts: 1Questions: 0Answers: 0
I am having a problem trying to set the height of my table.
Here is the code:
var oTable = $('#example').dataTable({
"sScrollY": "700px",
"sAjaxSource": "../AjaxHandlerRules",
"bServerSide": true,
"sDom": "frtiS",
"bInfo": false,
"iDisplayLength": 100,
.....
I want the table to display with 700px height with scrollY.
The AjaxHandlerRules returns me a Json object.
Thanks in advance,
Matias
Here is the code:
var oTable = $('#example').dataTable({
"sScrollY": "700px",
"sAjaxSource": "../AjaxHandlerRules",
"bServerSide": true,
"sDom": "frtiS",
"bInfo": false,
"iDisplayLength": 100,
.....
I want the table to display with 700px height with scrollY.
The AjaxHandlerRules returns me a Json object.
Thanks in advance,
Matias
This discussion has been closed.