Commit 3a260dc
Development to Master (3.3.0) (#1764)
* Adjust for HTML Columns
* Update ChangeLog and SP
* fix: Apply cursor pointer only on clickable columns when using Bootst… (#1742)
* Ensure HTML Columns Return HTML Correctly (#1737)
* Adjust for HTML Columns
* fix: Apply cursor pointer only on clickable columns when using Bootstrap
---------
Co-authored-by: Joe <104938042+lrljoe@users.noreply.github.com>
* Fix styling
* Fix hide bulk actions when empty not reflecting in frontend (#1747)
* Fix issue with Hide Bulk Actions When Empty not reflecting in frontend
* Fix styling
* Add development branch into tests
---------
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Change Return Type for attributes() to static (#1749)
* Switch to using Composer\InstalledVersions for AboutCommand to reduce necessity to update ServiceProvider with each update (#1748)
* Two improvements to improve typehinting, migrate to larastan/larastan, cleanup of test (#1750)
* Add ArrayColumn (BETA) (#1751)
* Add ArrayColumn
* Fix styling
---------
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Always hide bulk actions option (#1752)
* Add option to "Always Hide Bulk Actions"
* Fix styling
* Fix test function name clash
---------
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Optionally disable count for simple pagination (#1755)
* Add option for setShouldRetrieveTotalItemCountStatus
* Fix styling
---------
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Update ChangeLog For 3.2.8 Release (#1754)
* Update ChangeLog for 3.2.8
* Add release date
* Fix phpstan unescaped |
* Fix missing typehints (#1757)
* Add additional typehints
* Fix styling
* Add filterCollection typehint
* Fix styling
* trUrlCallback fixes
* Use Collection rather than collect() helper
* Fix styling
* Add ignore for "Unable to resolve the template type" for Illuminate Collection, add typehint for empty
* Add ignore for $model has no defined type (allows for non Eloquent Model to be used longer term)
* Adjust concurrency
* Adjust Test
* Adjust Again
* Adjust PHPStan
* Add Max Parallel
* Use v4 of checkout/cache
* Run one at a time
* Add Clear Cache Workflow
* Fix
* Migrate to v4 and adjust workflows
* Adjust workflow run rules
* Adjust Run-Tests to separate L10 and L11 jobs
* Adjust run-tests
* Adjust Test
* Add Laravel matrix
* Adjust Concurrency
* Adjust
* Adjust Pull Jobs to Match Push jobs
---------
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add CountColumn, simpler adding of WithCounts, With (#1761)
* Initial Commit
* Adjust CountColumn
* Add ExtraWiths
* Add AggregateColumn
* Add SumColumn
* Update Docs - Add Column Types Section
* Add exceptions for empty data source, add standard tests
* Ensure pcov runs on push to master/development/develop
* Update to use codecov v4
---------
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add Option to Retain Selected when Searching/Filtering (#1762)
* Initial Commit for Retaining Selected
* Update Test for Search/Filter
---------
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add WireLink Column (#1763)
* Add WireLinkColumn
* Add Tests for WireLinkColumn
---------
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Fix styling
---------
Co-authored-by: Matt Pickering <mattukp+gh@gmail.com>
Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>1 parent 1099d17 commit 3a260dc
File tree
67 files changed
+1691
-3159
lines changed- .github/workflows
- docs
- bulk-actions
- column-types
- columns
- examples
- filter-types
- filters
- misc
- pagination
- reordering
- rows
- search
- secondary-header
- sorting
- resources/views/includes/columns
- src
- Traits
- Configuration
- Helpers
- Views
- Columns
- Traits
- Configuration
- Core
- Helpers
- tests
- Attributes
- Http/Livewire
- Traits
- Configuration
- Helpers
- Views/Columns
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+1691
-3159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | | - | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
89 | | - | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments