Thanks to visit codestin.com
Credit goes to github.com

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: savannabits/primevue-datatables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: savannabits/primevue-datatables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on May 22, 2023

  1. Update Filter.php

    Enable case-insensitive filtering on JSON columns. 
    Currently, the filtering mechanism is case-sensitive, which can lead to inconsistent or incomplete results when querying JSON data. With this enhancement, we ensure a more robust and user-friendly experience by allowing case-insensitive filtering.
    zamblas authored May 22, 2023
    Configuration menu
    Copy the full SHA
    3d82db9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Update composer.json

    Add laravel 10 support
    Julian367 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e7d8880 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from Julian367/patch-1

    Update composer.json
    coolsam726 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    439b663 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from zamblas/json-case-insensitive

    Update Filter.php to allow case insensitive filtering on JSON columns
    coolsam726 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    86fcbe7 View commit details
    Browse the repository at this point in the history
Loading