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

HtmlTable.Sort multisort fix #1011

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 22, 2011

  1. Fix for secondary sort column(s) using 'prepare' flag.

    This is an attempt to fix #573. Secondary sort column is provided for
    in the documentation but didn't work. Keep track of sort direction
    for any sorted column.
    
    Need to add a test for this feature. No doubt class state and method
    arguments could be cleaned up.
    csghormley committed Jun 22, 2011
    Configuration menu
    Copy the full SHA
    65a2e2a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2011

  1. Initialize lastSortOrder.

    csghormley committed Jul 7, 2011
    Configuration menu
    Copy the full SHA
    9873c2d View commit details
    Browse the repository at this point in the history
  2. Whitespace.

    csghormley committed Jul 7, 2011
    Configuration menu
    Copy the full SHA
    10503b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2011

  1. Configuration menu
    Copy the full SHA
    69dafbe View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2011

  1. Configuration menu
    Copy the full SHA
    6d33b88 View commit details
    Browse the repository at this point in the history