100% height table - nothing works!

100% height table - nothing works!

tacticstactics Posts: 2Questions: 1Answers: 0

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:

https://datatables.net/forums/discussion/19081/nice-fix-for-sscrolly-100-download-at-the-end-i-know-you-wanted-it

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.

This discussion has been closed.