What's happening when .dataTables does nothing at all?
What's happening when .dataTables does nothing at all?
bimargulies
Posts: 13Questions: 0Answers: 0
So, on one of my pages, I now have a completely happy data tables table using data from json.
On another one of my pages, I set out to do something much simpler: use dataTables to decorate a table with static content.
Well, my $(document) code call .dataTables with some simple options (just jquery UI), and no errors are seen, and no calls to _fnLog in datatables, but no styles are applied to the table. It's as if nothing at all happened.
On another one of my pages, I set out to do something much simpler: use dataTables to decorate a table with static content.
Well, my $(document) code call .dataTables with some simple options (just jquery UI), and no errors are seen, and no calls to _fnLog in datatables, but no styles are applied to the table. It's as if nothing at all happened.
This discussion has been closed.
Replies
Allan