GitHub user loganmzz opened a pull request:

    https://github.com/apache/jmeter/pull/245

    Allow table sorting

    It is a PR about [Bugzilla ID 
52962](https://bz.apache.org/bugzilla/show_bug.cgi?id=52962)
    
    PR is cut into many commits for each required step for full implementation. 
Final commit enables sorting for aggregate report, view results in table and 
summary report.
    
    Any table relying on `ObjectTableModel` must be supported.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/loganmzz/jmeter BZ-52962

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jmeter/pull/245.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #245
    
----
commit 3320082e3d3a35755d9ae01c8a0f307f6f5448e9
Author: Logan Mzz <logan...@users.noreply.github.com>
Date:   2016-12-22T16:13:23Z

    Bug 52962 - Relies on default table header renderer
    
    It makes possible to use fully featured table header such as sort icon
    support.

commit 04142d3bb5353499ec044f3f09c5f9c6a9aa6edb
Author: Logan Mzz <logan...@users.noreply.github.com>
Date:   2016-12-23T11:01:53Z

    Bug 52962 - Fixes fired event row indexes
    
    Last row index is INCLUSIVE ! It causes IndexOutOfBounds when using
    table sorter.

commit 0d832888c11a3f0070d2dce2c00d70c441855fc9
Author: Logan Mzz <logan...@users.noreply.github.com>
Date:   2016-12-23T15:35:07Z

    Bug 52962 - Adds sorter based on ObjectTableModel

commit c16373dd5e3b073d24ca7589bc3907c5c76b376d
Author: Logan Mzz <logan...@users.noreply.github.com>
Date:   2016-12-29T16:09:09Z

    Bug 52962 - Adds table sorting
    
    Available on components: aggregate report, view results in table and
    summary report

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to