Server side ajax table with fix height
Server side ajax table with fix height
![mati_varini](https://secure.gravatar.com/avatar/769041f6157cd86f2fda7de5659862b9/?default=https%3A%2F%2Fvanillicon.com%2F769041f6157cd86f2fda7de5659862b9_200.png&rating=g&size=120)
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.