1. #1
    Sencha Premium Member zonereseau's Avatar
    Join Date
    Jan 2008
    Location
    Sherbrooke, QC
    Posts
    35
    Vote Rating
    5
    zonereseau is on a distinguished road

      5  

    Default [Ext 4.1.x] Ext.ux.grid.xFilterRow

    [Ext 4.1.x] Ext.ux.grid.xFilterRow


    Hi,

    I needed an RowFilter that I could use with Ext 4.1.x and that will be compatible with grouping header and locking.

    So I've created this plugin. I hope that this will help someone.

    array.pnggrouped-header.pnglocking.png

    This is the first official version
    grid-xFilterRow.zip

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      1  

    Default


    Thanks for the contribution.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Ext JS Premium Member
    Join Date
    Jan 2011
    Posts
    48
    Vote Rating
    0
    davidryan is on a distinguished road

      0  

    Default


    This is a great plugin and works really well. Thank you!

    Have you considered adding similar functionality offered by the following?

    http://www.eekboom.de/ClearButton.html

    Specifically interested in finding a way to easily clear individual combo fields.

    Many thanks,
    Dave.

  4. #4
    Sencha Premium Member zonereseau's Avatar
    Join Date
    Jan 2008
    Location
    Sherbrooke, QC
    Posts
    35
    Vote Rating
    5
    zonereseau is on a distinguished road

      0  

    Default


    Hi,

    The plugins your are talking about should work as well directly because the xFilterRow is using standard ExtJS form field. In fact that is what I like the most about this plugin, we could in theory use almost any component as filter header.

  5. #5
    Sencha User
    Join Date
    Sep 2012
    Posts
    3
    Vote Rating
    0
    423739 is on a distinguished road

      0  

    Default operators

    operators


    I'm trying to use operators <4000 >5000 = 2000, could someone help me? or point me an example?

  6. #6
    Sencha Premium Member zonereseau's Avatar
    Join Date
    Jan 2008
    Location
    Sherbrooke, QC
    Posts
    35
    Vote Rating
    5
    zonereseau is on a distinguished road

      0  

    Default


    Hi,

    It depend, for my part I'm using the remote server side search, so to have an search with >4000 <5000 I personally do the code in my php or remote code execution.

    Another way if you would like to do it locally would be to create a function inside the plugin that would make a filter on a field based on a filter function of the datastore.

  7. #7
    Sencha User
    Join Date
    Sep 2012
    Posts
    3
    Vote Rating
    0
    423739 is on a distinguished road

      0  

    Default Hum..

    Hum..


    Someone could help me with an example search with local or remote php (with operators to filter)? I know I'm asking for too much but I am newbie with extj..