Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frappe/datatable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.6
Choose a base ref
...
head repository: frappe/datatable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 9, 2018

  1. feat(filter): Filter now supports complex queries for Number columns

    More advanced filter support for Number columns
    
    For e.g
      >5000 filters rows with the cell value greater than 5000
      <30 filters rows with cell value less than 30
      20:340 filters rows with cell value in the range of 20 and 340
    
    You can also provide a custom filter function by providing a
    `filterRows` function in the options during initialization.
    netchampfaris committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    cdb276a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    307de6e View commit details
    Browse the repository at this point in the history
Loading