[ 
https://issues.apache.org/jira/browse/STORM-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14225106#comment-14225106
 ] 

ASF GitHub Bot commented on STORM-570:
--------------------------------------

GitHub user revans2 opened a pull request:

    https://github.com/apache/storm/pull/328

    [STORM-570] replace table sorter with data table.  Also upraded several ...

    ...javascript libraries to latest versions to make integration simpler.
    
    I know this is kind of a lot. I upgraded to the latest version of several 
libraries including jquery and bootstrap.  Then I replaced table sorter with 
Data Table and a prebuild bootstrap integration.  I configured all of the 
tables to use DataTable.  I enabled pagination and filtering for the tables 
that make since, and added state storage for all tables.  The main index's 
state is stored in HTML5 local storage, but the other pages have is stored in 
the HTML 5 SessionStorage so that they are cleaned up eventually, but can 
remain specific to the topology/component.
    
    The UI looks a bit different, mostly because the default theme for 
bootstrap changed.   

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

    $ git pull https://github.com/revans2/incubator-storm STORM-570

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

    https://github.com/apache/storm/pull/328.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 #328
    
----
commit 5d41020084d625c157966719526cef2e4670f9c1
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Date:   2014-11-24T16:21:43Z

    [STORM-570] replace table sorter with data table.  Also upraded several 
javascript libraries to latest versions to make integration simpler.

----


> Switch from tablesorter to datatables jquery plugin
> ---------------------------------------------------
>
>                 Key: STORM-570
>                 URL: https://issues.apache.org/jira/browse/STORM-570
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Robert Joseph Evans
>            Priority: Minor
>
> Datatables (http://www.datatables.net/) allows for more than just sorting, it 
> can do filtering and pagination if needed.  This is especially nice for 
> things like the config that can be rather large, and fill up the page.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to