Skip to content
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

removed 'format()' function from the README as this function doesn't exists #492

Open
wants to merge 250 commits into
base: analysis-lKoEdw
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
250 commits
Select commit Hold shift + click to select a range
c8b0198
Design enhancement (#37)
ousid Sep 24, 2020
8bf0c99
Apply fixes from StyleCI (#46)
marksalmon Sep 24, 2020
3649215
Eloquent Refactoring (#35)
ousid Oct 15, 2020
b22006b
Add optional parameter to editable() to allow for conditional setting…
edgrosvenor Oct 15, 2020
9645df8
wip
Oct 15, 2020
ca864fd
laravel 8.12
Nov 3, 2020
b292acf
fix mobile paginator links
Nov 3, 2020
32cd72f
fix combined truncate and search
Nov 3, 2020
13cfa95
Update LivewireDatatable.php (#79)
kpilquist Nov 16, 2020
02e71ff
Make possible to disable highlighting (#75)
jjrohrer Nov 16, 2020
05b42cc
Apply fixes from StyleCI (#81)
marksalmon Nov 16, 2020
2044935
Truncate search (#72)
marksalmon Nov 16, 2020
b0f3b3b
Update README.md (#64)
waffshappen Nov 16, 2020
d95f883
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
Dec 1, 2020
2db0794
wip
marksalmon Jan 28, 2021
55aa746
Local (#130)
marksalmon Jan 28, 2021
c718d44
Tailwind2 (#131)
marksalmon Jan 28, 2021
4da4efa
fix merge conflicts
marksalmon Jan 28, 2021
566bb83
reset to page 1 on search (#132)
marksalmon Jan 28, 2021
07c0ab8
Update addGlobalSearch() (#129)
evici Jan 28, 2021
15bc972
add php 8 support (#102)
evici Jan 28, 2021
4363093
fixes problems with quotation delimiters (#112)
Sandman83 Jan 28, 2021
9388aec
Values read from the DB should be escaped default (#69)
waffshappen Jan 28, 2021
ad44d92
Laravel localization compatibility (#122)
victorelec14 Jan 28, 2021
c3ee9c1
Fix a bug with Multiple filter on boolean column (#99)
plassani Jan 28, 2021
4e3db59
docs: fix mistyped alignCenter (#165)
kamaroolkarim May 18, 2021
eb7030d
Fix unescaped strings on table templates and props snippets (#175)
stephenjude May 18, 2021
942e6d0
Add over-ridden aggregates support in filters
renardudezert Jun 29, 2021
b38e14a
remove duplicate classes (#139)
jamesbhatta Jul 3, 2021
4c3f40b
Add model_namespace to config (#140)
iAmKevinMcKee Jul 3, 2021
0edc8f1
fix removing all text filters if the key is 0 (#147)
kirba Jul 3, 2021
7775609
Fix event on previous button (#152)
pitr82 Jul 3, 2021
9603ac3
add provider to vendor:publish CMD (#159)
tarekbazine Jul 3, 2021
327cb8e
Removed duplicated editable row in Readme. Fix alignRight key instead…
danielebarbaro Jul 3, 2021
c26e369
Update LivewireDatatable.php (#150)
cmsedore Jul 3, 2021
0250402
Fix distinct aggregate breaking on sqlite (#87)
waffshappen Jul 3, 2021
cae4c19
Make per-page menu and per-page default configurable (#171)
Tedderouni Jul 3, 2021
6ccb2e6
Added width functionality to columns (#182)
schmeits Jul 3, 2021
c265ee9
add params to columns info (#167)
aldozumaran Jul 3, 2021
a43ca30
Replaced get DB Connection name with the current DB Driver name. (#198)
victorybiz Jul 3, 2021
248aed5
Fix orderBy quotation errors for SQL server (#202)
CreepPork Jul 3, 2021
6348c16
Fix reset to page 1 on search (#205)
ardziej Jul 3, 2021
6198804
Merge branch 'master' into master
marksalmon Jul 3, 2021
e54cc43
Add over-ridden aggregates support in filters (#206)
renardudezert Jul 3, 2021
89bc5d1
Apply fixes from StyleCI (#221)
marksalmon Jul 3, 2021
b084eb3
get tests working again
marksalmon Jul 3, 2021
5f36b2c
bugfix
marksalmon Jul 3, 2021
36cf05c
Apply fixes from StyleCI (#223)
marksalmon Jul 3, 2021
3069391
remove env helper
marksalmon Jul 3, 2021
032e2f2
changed my mind
marksalmon Jul 3, 2021
27238c5
add url helper to linkTo
marksalmon Jul 3, 2021
518d99a
minor fixes
marksalmon Jul 3, 2021
24200bb
add booleanFilterable method
marksalmon Jul 4, 2021
a85cf6a
remove underscore form auto label
marksalmon Jul 4, 2021
2d711ea
fix bug from #206
marksalmon Jul 4, 2021
22d2132
tailwind2
marksalmon Jul 5, 2021
4346072
Tw2 (#226)
marksalmon Jul 5, 2021
13c6f24
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
marksalmon Jul 5, 2021
22f5486
search box style
marksalmon Jul 5, 2021
5931fec
fix relational callback columns
marksalmon Jul 5, 2021
f754715
fixed session storage for mulitple tables
marksalmon Jul 5, 2021
b8933d5
recognise $perPage public property on class
marksalmon Jul 5, 2021
d93862f
#31 make column unsortable
marksalmon Jul 6, 2021
bd73fec
Make search field compatible with tailwindcss/forms (#234)
mikzalais Jul 14, 2021
7ce1bb6
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
marksalmon Jul 25, 2021
c221bd6
Fix undefined array key error (#235)
spoyntersmith Jul 25, 2021
0723108
Bugfix for #243 (Column/header shift when hiding a checkbox column) (…
levi730 Aug 9, 2021
bf6f24d
Fixed exports (#248)
marksalmon Aug 9, 2021
95a9480
strtolower mb_strtolower
marksalmon Aug 11, 2021
322a45e
styleci
marksalmon Aug 11, 2021
f271ba3
Apply fixes from StyleCI (#256)
marksalmon Aug 11, 2021
ccbcb2f
Thyseus improve link to (#266)
marksalmon Aug 23, 2021
a6bea7a
Fix issue with coalescing non-string like columns to empty string (#261)
andruu Aug 23, 2021
1a2d833
Complex query builder (#252)
marksalmon Aug 23, 2021
8bcab84
replace strtolower with mb_strtolower
marksalmon Aug 23, 2021
6e812ff
remove prefetch from column sorting
marksalmon Aug 24, 2021
c3eeb3c
add min-h to empty editable field
marksalmon Aug 24, 2021
d4cc372
filterOn readme
marksalmon Aug 24, 2021
5307613
Change default end date of date filter
marksalmon Aug 24, 2021
e1920e5
fix clearAllFilters for date and time filters
marksalmon Aug 24, 2021
505fc42
export now respects checkbox selection
marksalmon Aug 24, 2021
351dfa4
fix sort
marksalmon Aug 24, 2021
23b66e4
dynamic row and cell classes
marksalmon Aug 25, 2021
5888c13
fix persist bug
marksalmon Aug 30, 2021
d42a1c7
right align number columns
marksalmon Aug 30, 2021
5bc4d1b
introduce the ability to set a specific direction in sort() method, i…
thyseus Sep 8, 2021
4250025
Apply fixes from StyleCI (#276)
marksalmon Sep 8, 2021
0fd2ca9
Fixed bug #267 (#269)
msalehipro Sep 8, 2021
e1f5890
Apply fixes from StyleCI (#277)
marksalmon Sep 8, 2021
805726f
update livewire dependency
marksalmon Sep 9, 2021
b0ff8a7
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
marksalmon Sep 9, 2021
ddb91bb
introduce ability to persist filters, perpage and hidden columns in s…
thyseus Sep 9, 2021
44eee22
fix persist
marksalmon Sep 9, 2021
cb71e6f
Apply fixes from StyleCI (#280)
marksalmon Sep 9, 2021
0163d62
wip
marksalmon Sep 9, 2021
5196394
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
marksalmon Sep 9, 2021
ecd2d29
editable field, update with primary key other than id (#282)
marksalmon Sep 9, 2021
cb845c6
Merge remote-tracking branch 'origin/master'
renardudezert Sep 14, 2021
d5b6f38
Fixed typo: Updated variable use of '->activeSelect' to '->activeSele…
ReganLyden Sep 16, 2021
0d66457
introduce the ability to define which columns the user should be able…
thyseus Sep 16, 2021
a82cc95
introduce label column (#288)
thyseus Sep 16, 2021
c5618ac
bugfix: avoid exception when defining a label column as very first co…
thyseus Sep 20, 2021
fed8ad6
allow to have more than just one label column or checkbox column per …
thyseus Sep 20, 2021
5f7a101
fix coalesce bug
marksalmon Sep 20, 2021
c9b71a3
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
marksalmon Sep 20, 2021
0823b63
introduce column groups (#294)
thyseus Sep 20, 2021
604508f
Extract default CSS classes to config. (#289)
spekkie2002 Sep 20, 2021
b5b567d
Apply fixes from StyleCI (#295)
marksalmon Sep 20, 2021
1c5ce46
fix callback bug
marksalmon Sep 22, 2021
ce51820
introduce ability to make i18nable custom column category labels (#297)
thyseus Sep 22, 2021
e070004
test typo
marksalmon Sep 22, 2021
3fa7aca
Base Mass Actions starting point.
tomshaw Oct 10, 2021
6528ea0
Group Mass Actions
tomshaw Oct 11, 2021
bb68c7e
Refactored group/groups methods.
tomshaw Oct 11, 2021
f61f3f5
Single flatten call.
tomshaw Oct 11, 2021
aaae9d9
Single flatten call.
tomshaw Oct 11, 2021
a2954e9
introduce ability to append a summary row to a datatable
Oct 14, 2021
59afa0c
Addition mass action exports with settings.
tomshaw Oct 14, 2021
4953ad7
Adjust spacing.
tomshaw Oct 14, 2021
abdf2dc
Adjust spacing.
tomshaw Oct 14, 2021
7e8b93f
Adjusting style ci issues.
tomshaw Oct 14, 2021
b922734
Evaluating a more verbose export API.
tomshaw Oct 15, 2021
47d0548
Miscellaneous code cleanup/refactoring.
tomshaw Oct 16, 2021
72fe18a
Add format method to Number Column.
mrsid18 Nov 16, 2021
8116641
Set Default places to 0
mrsid18 Nov 16, 2021
2ef864d
Update NumberColumn.php
mrsid18 Nov 16, 2021
141f407
Move highlight call before export callback calls.
chrisjimallen Dec 9, 2021
19abc35
Move highlight call before export callback calls.
chrisjimallen Dec 9, 2021
f2e9374
Add "Row Index" column type (#363)
NikarashiHatsu Jan 5, 2022
95f25bf
introduce possibility to persist search string in session (#360)
thyseus Jan 5, 2022
f1873c5
Rename export file (#341)
gzai Jan 5, 2022
955dd92
[contribution-issue-315] Fix column filtering while on page > 1 (mari…
marionfromfrance Jan 5, 2022
c07ed81
introduce min-width and max-width (#310)
thyseus Jan 5, 2022
7464aa6
boolean aggregate filter bugfix
marksalmon Jan 5, 2022
2dd0de4
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
marksalmon Jan 5, 2022
cb8b912
Introduce index in column (#304)
thyseus Jan 5, 2022
c991b15
fix index() method collision
marksalmon Jan 5, 2022
098fb1b
obey table prefix, if defined in database connection (#365)
thyseus Jan 6, 2022
c8fe8c8
Get $model from builder() method (#379)
rikthomas Jan 11, 2022
c80d5af
datatable
trippo Jan 20, 2022
4a83f08
Merge branch 'upstream/master' into introduce-summary-row
Feb 3, 2022
72a9990
improvements of table reset
Feb 3, 2022
b2022d8
Merge pull request #387 from amvisor/table-reset
thyseus Feb 3, 2022
5122a89
Merge branch 'master' into mass-action-support
tomshaw Feb 3, 2022
b0db5d9
Update LivewireDatatable.php
tomshaw Feb 3, 2022
4ee6daa
Update LivewireDatatable.php
tomshaw Feb 3, 2022
5680aa1
Update LivewireDatatable.php
tomshaw Feb 3, 2022
432996e
Bump dependencies for Laravel 9
laravel-shift Feb 6, 2022
0c44d0a
Merge pull request #390 from laravel-shift/l9-compatibility
thyseus Feb 13, 2022
730f198
Merge pull request #322 from thyseus/introduce-summary-row
thyseus Feb 15, 2022
8ac87b7
rename livewire:datatable to make:livewire-datatable as it is the can…
Feb 16, 2022
e179ab4
move checkbox to separate view file
Feb 17, 2022
f1340a2
can set tooltip to column
Feb 18, 2022
1af1524
code style improvements
thyseus Feb 18, 2022
203315a
add tooltip to views
thyseus Feb 21, 2022
fa9864f
Merge pull request #399 from amvisor/tooltips
thyseus Feb 21, 2022
b9e378b
add some documentation for the mass action feature
thyseus Feb 21, 2022
928b7b2
Merge branch 'master' into mass-action-support
thyseus Feb 21, 2022
823a141
re-add accidentally lost hint in README.md
thyseus Feb 21, 2022
3e666b6
fix: use set sort direction
Feb 21, 2022
1df93f8
Merge pull request #400 from amvisor/fix_sort_direction
thyseus Feb 21, 2022
e185f06
add documentation about bulk export styling possibility
Feb 22, 2022
cb52707
Merge pull request #320 from tomshaw/mass-action-support
thyseus Feb 22, 2022
32356f2
Merge branch 'master' into pin-records
Feb 22, 2022
92e4a68
Merge branch 'master' into pin-records
Feb 22, 2022
413654c
introduce ability to pin specific records
Feb 23, 2022
f2f5a40
introduce applyPinnedRecords()
Feb 24, 2022
6453bf4
only call applyPinnedRecord() when given table is using canPinRecords…
Feb 24, 2022
f248cfd
add hint to index column in README.md
Feb 28, 2022
bc3accd
Merge pull request #406 from MedicOneSystems/doc-index-column
thyseus Feb 28, 2022
6bdbb22
Takes into account hidden columns when displaying summary row
3rgo Mar 2, 2022
529fe76
Merge pull request #407 from 3rgo/summary-row-hidden-columns
thyseus Mar 3, 2022
58516fd
simplify datatable view
trippo Mar 9, 2022
7077daa
Update
trippo Mar 9, 2022
a0f6549
Merge
trippo Mar 9, 2022
2c768ff
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
trippo Mar 9, 2022
b11610b
Merge branch 'MedicOneSystems-master'
trippo Mar 9, 2022
afebbaa
Update readme
trippo Mar 9, 2022
5d648ee
fix wrong restore sort direction
Mar 16, 2022
2cedad7
Merge pull request #414 from amvisor/fix_restore_sort
thyseus Mar 16, 2022
b1b86e6
Merge pull request #397 from amvisor/pin-records
thyseus Mar 17, 2022
be090c0
Merge branch 'MedicOneSystems:master' into master
trippo Mar 18, 2022
a11d8d4
Move default cell class to config
trippo Mar 19, 2022
7d71a26
Move cell classes on config
trippo Mar 19, 2022
735e34a
Fix no result text
trippo Mar 19, 2022
f56d767
introduce the ability to pass a custom name for a callback column
thyseus Mar 22, 2022
76c20bf
sortable overhaul: rename 'unsortable' to 'sortable' which is more in…
thyseus Mar 22, 2022
4420afa
Merge pull request #420 from amvisor/sortable-overhaul
thyseus Mar 22, 2022
7ca4169
Merge pull request #419 from amvisor/custom-callback-name
thyseus Mar 22, 2022
6a71b49
introduce wrap() and nowrap() in Column
thyseus Mar 22, 2022
9a1fe0d
Merge pull request #421 from amvisor/wrap
thyseus Mar 22, 2022
82c22b4
Merge branch 'master' into master
thyseus Mar 22, 2022
74400d9
introduce alias (make:livewire-datatable, livewire:datatable)
thyseus Mar 22, 2022
a69fa6e
Merge pull request #396 from amvisor/rename-command
thyseus Mar 22, 2022
3da2c22
Merge pull request #353 from chrisjimallen/export-highlight-fix
thyseus Mar 22, 2022
29a1077
code style
thyseus Mar 22, 2022
313084e
Merge pull request #343 from mrsid18/master
thyseus Mar 22, 2022
5c05fd6
add alias to make:livewire-datatable command
thyseus Mar 22, 2022
118813a
Merge pull request #422 from amvisor/fix
thyseus Mar 22, 2022
58cf5e0
append truncate after whitespace-nowrap
thyseus Mar 22, 2022
24c359b
Merge pull request #423 from amvisor/wrap
thyseus Mar 22, 2022
9b2d07a
Remove .idea
trippo Mar 22, 2022
ed4af07
Merge branch 'master' of https://github.com/MedicOneSystems/livewire-…
trippo Mar 22, 2022
3dc9809
introduce headerAlign...() and contentAlign...()
thyseus Mar 22, 2022
3564263
Merge pull request #424 from amvisor/content-align
thyseus Mar 22, 2022
c6f93b4
Merge branch 'master' into master
thyseus Mar 22, 2022
e3854ac
Merge pull request #413 from trippo/master
thyseus Mar 22, 2022
28d1b9f
s/alignCener/alignCenter
thyseus Mar 22, 2022
a928621
Merge pull request #425 from amvisor/content-align
thyseus Mar 22, 2022
92c663c
Change to allow use of checkbox without 'CanPinRecords'
levi730 Mar 23, 2022
258ed09
Fix issue: Column::callback(): Argument #1 ($columns) must be of type…
code23-barna Mar 23, 2022
f4018c9
Merge pull request #427 from levi730/master
thyseus Mar 23, 2022
0b1068c
Merge pull request #428 from code23-barna/master
thyseus Mar 23, 2022
c79adb1
Argument #2 ($callback) must be of type Closure, string given
code23-barna Mar 24, 2022
8571d87
move view columns array to class property
Mar 28, 2022
2701203
Merge pull request #432 from amvisor/view_columns
thyseus Mar 28, 2022
d020ee5
Merge pull request #430 from code23-barna/master
thyseus Mar 28, 2022
d885039
The backtick on the sort string doesn't seem to work on sqlserv and
Mar 29, 2022
b4046e9
Merge branch 'MedicOneSystems:master' into master
renardudezert Mar 31, 2022
b8bc51e
Bugfix toggleSelectAll() with groupBy() in query builder
renardudezert Mar 31, 2022
20aa884
Fix typos in README.md
jevinsonlim Mar 31, 2022
1b9b521
improve the way to-be-exported columns are discovered
thyseus Apr 4, 2022
db88019
introduce ability to provide custom file name of exported file
thyseus Apr 4, 2022
ae5a131
Merge pull request #439 from amvisor/improve-column-discovery
thyseus Apr 4, 2022
ccadd9a
Merge pull request #437 from jevinsonlim/patch-1
thyseus Apr 4, 2022
379227c
Merge pull request #436 from renardudezert/master
thyseus Apr 4, 2022
141b6fd
Merge pull request #435 from shaneburrell/master
thyseus Apr 4, 2022
ad757f5
Column: introduce ability to pass custom data when using view()
May 9, 2022
cfcd9ce
Merge pull request #455 from MedicOneSystems/454-pass-params-to-render
thyseus May 11, 2022
230de7a
Add support to set default date filter start and end to support other…
shaneburrell May 11, 2022
c502ce9
Update README.md (#466)
AmilkarDominguez May 29, 2022
5fbaeb4
php 8 is required (#465)
amrography May 29, 2022
c2931fb
fix: tablePrefix problem (#473)
bleuren Jun 16, 2022
232b2b1
Add column argument to 'fieldEdited' event. (#479)
sha-hin Jul 6, 2022
0864400
add single quotes around id in call to delete function so it works wi…
josefbehr Jul 25, 2022
8972134
Adds hideable functionality to column select (#508)
rickdubiel Oct 14, 2022
e6cc450
Bugfix for relations in resolveColumnName method (#509)
renardudezert Oct 14, 2022
e76e00a
fix customWithAggregate and hasAggregate macros (#510)
HobieCat Oct 18, 2022
0d39c09
fix project description in composer.json
Nov 12, 2022
c13a4d0
Added defaultFilters to Livewire Datatables (#527)
Cosnavel Nov 27, 2022
f140158
Bugfix checkboxes behavior when search or filters are active (#522)
renardudezert Nov 27, 2022
06d4a2a
add SQLite dialect to resolveAdditionalSelects (#519)
HobieCat Nov 27, 2022
8dc46a7
fix addGlobalSearch method (#511)
HobieCat Nov 27, 2022
be96bed
Add an event listener for toggleGroup (#535)
joseph-d Jan 16, 2023
85304e2
Added a Datetime Column (#543)
dnl4 Feb 13, 2023
f0cfe8b
L10 compatibility (#564)
johnnuman Mar 26, 2023
59167e8
Laravel 10 compatability (#568)
schmeits Jul 12, 2023
f8ba58f
Fix missing grammar parameter in getValue() for laravel 10. (#591)
Nowocyn Oct 23, 2023
cfb4d80
fix error on search related wit (#606)
juanmoscoso-ch Oct 28, 2023
a1db74d
Update README.md
marksalmon Mar 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ composer.lock
docs
vendor
coverage
.vscode/
.DS_Store
.vscode/
.idea/
1 change: 1 addition & 0 deletions .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"defects":{"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_returns_an_array_from_column":3,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_returns_an_array_from_raw":3,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_returns_width_property_from_column":3},"times":{"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_generate_an_array_of_columns_from_a_model":0.127,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_correctly_populate_the_columns_from_the_model with data set #0":0.013,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_correctly_populate_the_columns_from_the_model with data set #1":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_correctly_populate_the_columns_from_the_model with data set #2":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_correctly_populate_the_columns_from_the_model with data set #3":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_correctly_populate_the_columns_from_the_model with data set #4":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_correctly_populate_the_columns_from_the_model with data set #5":0.013,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_correctly_populate_the_columns_from_the_model with data set #6":0.013,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_correctly_populate_the_columns_from_the_model with data set #7":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_exclude_columns":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_include_columns":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnSetTest::it_can_rename_columns":0.011,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_can_generate_a_column_from_a_table_column":0.011,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_can_generate_a_column_from_a_scope":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_can_generate_a_delete_column":0.011,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_sets_properties_and_parameters with data set #0":0.011,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_sets_properties_and_parameters with data set #1":0.011,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_sets_properties_and_parameters with data set #2":0.011,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_sets_properties_and_parameters with data set #3":0.011,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_sets_properties_and_parameters with data set #4":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_returns_an_array_from_column":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_returns_an_array_from_raw":0.012,"Mediconesystems\\LivewireDatatables\\Tests\\ColumnTest::it_returns_width_property_from_column":0.011,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_mount_using_the_class":0.054,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_set_a_default_sort":0.019,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_show_and_hide_a_column":0.039,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_order_results":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_filter_results_based_on_text":0.026,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_filter_results_based_on_boolean":0.026,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_filter_strings_as_a_boolean":0.029,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_filter_results_based_on_selects":0.025,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableClassTest::it_can_filter_results_based_on_numbers":0.059,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_query_builder_for_base_columns":0.013,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_query_builder_for_has_one_relation_columns":0.013,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_where_query_for_a_has_one_column":0.013,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_query_builder_for_has_many_relation_columns":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_query_builder_for_has_many_relation_column_with_specific_aggregate":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_where_query_for_has_many_relation_columns":0.013,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_query_builder_for_belongs_to_relation_columns":0.018,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_where_query_for_belongs_to_relation_columns":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a_query_builder_for_belongs_to_many_relation_columns":0.016,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableQueryBuilderTest::it_creates_a__where_query_for_belongs_to_many_relation_columns":0.013,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::it_can_mount_from_the_default_template_with_a_model":0.017,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::the_header_can_be_hidden_with_a_property":0.016,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::the_pagination_bar_can_be_hidden_with_a_property":0.016,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::it_can_set_per_page_with_a_property":0.023,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::it_can_include_columns_from_a_property":0.016,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::it_can_exclude_columns_from_a_property":0.017,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::it_can_hide_columns_from_a_property":0.021,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::it_can_mark_columns_for_date_format_from_a_property":0.017,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::it_can_mark_columns_for_time_format_from_a_property":0.018,"Mediconesystems\\LivewireDatatables\\Tests\\LivewireDatatableTemplateTest::it_can_set_sort_from_a_property":0.018,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::component_is_created_by_make_command":0.017,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::dot_nested_component_is_created_by_make_command":0.019,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::forward_slash_nested_component_is_created_by_make_command":0.016,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::multiword_component_is_created_by_make_command":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::pascal_case_component_is_automatically_converted_by_make_command":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::snake_case_component_is_automatically_converted_by_make_command":0.017,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::snake_case_component_is_automatically_converted_by_make_command_on_nested_component":0.018,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::new_component_model_name_matches_option":0.014,"Mediconesystems\\LivewireDatatables\\Tests\\MakeDatatableCommandTest::a_component_is_not_created_with_a_reserved_class_name":0.013}}
4 changes: 4 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
preset: laravel

enabled:
- concat_with_spaces

disabled:
- concat_without_spaces
- single_class_element_per_statement
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `livewire-datatables` will be documented in this file

## 1.0.0 - 201X-XX-XX
## 1.0.0 - 201X-XX-XX ( to be released in the future... )

- initial release

## 0.9.0 ( 2022-03-22 )

- Breaking Change: 'unsortable' has been renamed to 'sortable', which is more intuitive. Please adjust your overwritten views, if any (thyseus).

Loading