removed 'format()' function from the README as this function doesn't exists#492
Open
sheepbild wants to merge 275 commits intoanalysis-lKoEdwfrom
Open
removed 'format()' function from the README as this function doesn't exists#492sheepbild wants to merge 275 commits intoanalysis-lKoEdwfrom
sheepbild wants to merge 275 commits intoanalysis-lKoEdwfrom
Conversation
If we specify a custom agreggate (max, avg, min, ...) use this aggregate for filtering data Also fix filtering when null values are returned with aggregates
I went source diving and found this option can be used in the config, so I think it would be easier for users to see the default in the config so they know they can easily change it.
* Fix event on previous button * Fix pagination for global search * Fix NumberFilters Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
… alignCenter in Readme (#170) Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
* Fix distinct aggregate breaking on sqlite This would fix #70 for sqlite. Very likely needs more testing on other Databases/Configurations. * Rewrite for StyleCI
* Make per-page menu and per-page default configurable * Update with StyleCI recommendation Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
* Added column width to the blade files * Testing the new width column properties * Added width functionality to columns * StyleCI newline fixes * Added name and possibility to store sorting info in session * Update package name * Return the width so we can use it in the blade view Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
* Update LivewireDatatable.php add params attribute to viewColumns * Update Column.php * Update Column.php new addParams method * Update composer.json Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
* Fix orderBy quotation errors for SQL server * Fix StyleCI errors The other StyleCI errors are out of scope of this PR. Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
If we specify a custom agreggate (max, avg, min, ...) use this aggregate for filtering data Also fix filtering when null values are returned with aggregates Co-authored-by: Mark Salmon <mark.salmon@mediconesystems.com>
Co-authored-by: Mark Salmon <marksalmon@users.noreply.github.com>
Co-authored-by: Mark Salmon <marksalmon@users.noreply.github.com>
* Create DatetimeColumn.php * Create datetime.blade.php * Added DatetimeFilters to LivewireDatatable * Changed doDateFilterStart and doDateFilterEnd to doDatetimeFilterStart and doDatetimeFilterEnd on filter * Fix the issue detected by ci, and created a new config named "default_datetime_format"
* Bump dependencies for Laravel 10 * Update composer.json --------- Co-authored-by: Shift <shift@laravelshift.com>
Added L10 version for reedware/laravel-relation-joins package
* Update LivewireDatatables to support DB::raw with laravel version 10. * Update style * Switch to correct function. * Switch to correct function. * Fix style. * Update x-datatables.x-circle to x-icon * Update x-datatables.x-circle to x-icon
The session key _hidden_columns was saved with sessionStorageKey and the name a second time but reading the key was attempted only with $this->sessionStorageKey()
Co-authored-by: Juan Moscoso <juan.moscoso@primme.tech>
This new datetime filter uses x-datatables.icons.x-circle component, which does not exist. Everywhere else x-icons.x-circle is being used.
…o CrostaBot-master
…der (#538) * Bugfix : use LengthAwarePaginator in order to respect limit - If the Query Builder use a limit, we have to use the LengthAwarePaginator in order to have the limit in the pagination. * Fix StyleCI * Fix StyleCI-2 Carriage return before return() * Fix StyleCI-3 * Bugfix : case when limit is lower as perPage * Add options and currentPage to LengthAwarePaginator - Bugfix toggleSelectAll() where limit is used on Query Builder - Bugfix in checkboxQuery() : don't use reorder (if defaultSort() is used, it will break the toggleSelectAll behaviour)
Co-authored-by: kirba <bakirhusovic@gmail.com>
Co-authored-by: StyleCI Bot <bot@styleci.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following to this issue :
#490 (comment)
This is my first pull request on GitHub, a simple correction in the README but this is a beginning ! :)
IDK what are the "analysis" branchs, so i took the last, if someone can explain to me what it means