Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Improve filterby #228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Dec 17, 2015

  1. Allow to filter by column: value

    This Branch improves the way filterBy workes, by allowing it to be
    set with and hash like {'Column': 'search query'} programatically.
    
    Another improvement, that still needs to be touched is the ability to do
    the same from the search box in a form of 'Column: search query' that will be
    split by the ':' and use each side as column to filter, and value.
    jpserra committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    eba3c42 View commit details
    Browse the repository at this point in the history