DataTables Pagination not working

DataTables Pagination not working

sara72sara72 Posts: 1Questions: 1Answers: 0

hi, I am currently working with the Web Experience toolkit. On the page I am working on I have set up an accordion which will show a table once clicked upon. I am trying to get the paginate option to work for the tables but I am not able to. The following are WET's implementation guidelines:

  1. Add class wb-tables to the table tag of the table you wish to enhance.
  2. Modify the default configuration by passing a JSON array through the data-wb-tables attribute of the table tag.

    <

    table class="wb-tables table table-striped table-hover" data-wb-tables='{ "ordering" : false }'>

    Configuration options

- All configuration options are detailed in the DataTables documentation and is fully accessible via the data-wb-tables attribute.

I have done all of that yet I still can't get pagination to work. Would you be able to tell me what I am doing wrong?

Thank you

test case: http://jsbin.com/liyateyetiwo/1/
I used the DataTable debugger yet the results show 0 Tables :/

This discussion has been closed.