#FEAT
+ Added new example about the new feature: custom column
This commit is contained in:
49
composer.lock
generated
49
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "f01bce9daeec532ed6677dff2f53a64a",
|
||||
"content-hash": "cbca1116f23b7ddc2f9838738429a903",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@@ -2569,6 +2569,47 @@
|
||||
},
|
||||
"time": "2022-12-02T22:17:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mmt/generic_table",
|
||||
"version": "dev-main",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "packages/mmt/generic_table",
|
||||
"reference": "bcc861502469bcad624f3b2c16ef482cca81825c"
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^11.0",
|
||||
"livewire/livewire": "^3.5",
|
||||
"php": ">=8.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Mmt\\GenericTable\\ServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Mmt\\GenericTable\\": "src/"
|
||||
}
|
||||
},
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "David",
|
||||
"email": "75149259+TitanDvd@users.noreply.github.com"
|
||||
}
|
||||
],
|
||||
"description": "Generic table for Livewire + Laravel",
|
||||
"transport-options": {
|
||||
"symlink": true,
|
||||
"relative": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "3.8.1",
|
||||
@@ -9835,8 +9876,10 @@
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {},
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"mmt/generic_table": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
||||
Reference in New Issue
Block a user