-
Notifications
You must be signed in to change notification settings - Fork 259
removed 'format()' function from the README as this function doesn't exists #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sheepbild
wants to merge
275
commits into
analysis-lKoEdw
Choose a base branch
from
master
base: analysis-lKoEdw
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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 <[email protected]>
… alignCenter in Readme (#170) Co-authored-by: Mark Salmon <[email protected]>
Co-authored-by: Mark Salmon <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: Mark Salmon <[email protected]>
* 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 <[email protected]>
Co-authored-by: Mark Salmon <[email protected]>
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 <[email protected]>
Co-authored-by: Mark Salmon <[email protected]>
Co-authored-by: Mark Salmon <[email protected]>
* 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>
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