-
Traits/Table/HasPagination.php
line 34 needs to be
$generatedHiddenFields[urldecode(head($argument))] = urldecode(last($argument));
Otherwise if there is a space, say, in the valu…
-
Hi,
If you want, for example, to check a set of statuses for a model and add a css class to the row accordingly, using repeated calls to 'rowsConditionalClasses' doesn't work, and I think it's supp…
-
I've created a new plain project with Laravel 8, Bootstrap 4, Material Design. Footer of tables have a duplicated pagination (Next, Prev buttons). I've tried to edit layout but nothing solved this iss…
-
Working with 1 version, and not sure what happened (related to a composer update) since a week or so, but now I get this error trying to open some page using the plugin. I thought was related to new r…
-
Hi i am building a simple crud in laravel 8 and this is what happens when i try to do a query like the ones in the docs:
> Argument 1 passed to App\Tables\UsersTable::App\Tables\{closure}() must be…
-
Hello, im recieving this error:
`Route [templates.users.index] not defined. (View: E:\Laravel\vue\resources\views\vendor\laravel-table\bootstrap\rows-searching.blade.php)`
My routes:
`Route::…
-
Okipa updated
4 years ago
-
Hi,
The example jQuery code in the documentation for the destroy confirmation didn't work, not for me anyway. The message was always undefined.
What worked for me was using the jQuery 'on' metho…
-
Hi! Just wanted to that this package is awesome and the idea behind it is just brilliant!
That being said, I'm having an issue when trying to join my "transactions" and "users" table to generate a …
lacrc updated
4 years ago
-
Hi,
The content of table cells isn't being escaped unless it's a custom value.
I've kept the description short because github has been crashing when trying to report issues on this project.