-
Hello
I followed the instructions in the documentation, but language customization doesn't work.
Anisi updated
5 years ago
-
Hi @Okipa
I trace in laravel-table code, after 1 hour, i found a small problem:
If you use Optional Parameters in laravel route, sortable and searchable don't work.
Example Optional Parameters …
-
Hi there !
First, thanks for the good work, this package is quite pleasant to use.
I managed to build a language selector which allows to navigate between language and take care of translated an…
Okipa updated
4 years ago
-
Reproduction:
- Use page http://jquery.eisbehr.de/lazy/example_elements-inside-a-container
- Switch for example to mobile view in Chrome
- Load page with position most top (just press enter to relo…
-
Hey mmazzarolo,
Your package is working very fine and it globally looks pretty, especially on Android.
On iOS, title and buttons are not customizable and it would be great to have the possibility to c…
Okipa updated
5 years ago
-
Force to set a table identifier with `->identifier(string $identifier)` in order to :
- define a table id
- customize the `rows`, `sort_by`, `sort_dir` and `search` arguments with `[identifier]_sort…
Okipa updated
5 years ago
-
Hi
i want pass a model to table without use model() method for example:
(new Table())->model(User::class)
so, i want use like this:
$users = user::all()
(new Table())->model($users)
means i …
-
To do with the next breaking upgrade.
Okipa updated
5 years ago
-
Hi @ivanvermeyen,
The `Call to a member function parameters() on null` error message is returned when I enter a random URL in order to trigger a 404 error.
It seems that the `Route::current` ret…
Okipa updated
4 years ago
-
Give the ability to let the user choose if he wants the form components to display the valid / invalid messages when a form send back a validation error.
Okipa updated
5 years ago