100% height table - nothing works!
100% height table - nothing works!
I'm trying to get a table that shows all my rows with no pagination, and nothing posted here works. Like others, I'd really like to see infinite scrolling as well, but I'll take what I can get.
This is the latest post on 100% height:
I downloaded the revised script, and here's my current code:
$('#subscribers').dataTable( {
"ajax": "partials/subscribers.txt",
"dom": "frti",
"stateSave": true,
"sScrollY":"100%",
language: {
search: "INPUT",
searchPlaceholder: "Search"
}
});
But if you go to my page and click on "subscribers" on the left, you will see the table now gets no data whatsoever:
http://bushidodesigns.net/avst/
I've been struggling with this for days. Any help is much appreciated.
Thanks.