Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to sort when using the plugin #175

Open
GoogleCodeExporter opened this issue Dec 16, 2015 · 0 comments
Open

Unable to sort when using the plugin #175

GoogleCodeExporter opened this issue Dec 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
.dataTable( {
       "jQueryUI": true,
        "scrollX": "100%",
         "scrollY": "50%",
         "scrollCollapse": true,
         "paging": false,
          "info": false,
          "columns": columns
        }).rowGrouping({

              bExpandableGrouping: true,                
              iGroupingColumnIndex: 2,
              iGroupingOrderByColumnIndex: 0,
              sGroupingColumnSortDirection: "asc"
2.
3.

What is the expected output? What do you see instead?
Everything seems to work fine, except column sorting is not happening.
Clicking the columns does nothing.

What version of the product are you using? On what operating system?
* File:        jquery.dataTables.grouping.js
* Version:     1.2.9.

DataTables 1.10.4
Please provide any additional information below.

Do you have any example to use with DataTables 1.10 or above?

Original issue reported on code.google.com by [email protected] on 20 Mar 2015 at 4:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant