-
```
What steps will reproduce the problem?
1. I'm using Django pipeline to verify and compress the css, and it found that
images are missing for the demo_table.css file
What is the expected output? …
-
Hi,
I see that there is a colReorder js/css call in the code as I check it the functionallity doesn't work correct.
I can drag a column and the data starts to move not under the correct column.
I…
-
It would be great if FixedColumns and KeyTable played nicely together.
See also DataTables/DataTables #551.
-
**Describe the bug**
I have a bunch of row actions and the display bearks for the item in the end of the table.
![image](https://github.com/jowilf/starlette-admin/assets/13135006/39c7f006-be92-492a-…
-
Look this code
```
public function plex_cliente_datatables() {
$clientes = PlexCliente::query();
return DataTables::eloquent($clientes->with('servicos_alias'))
->add…
-
I am running into an issue installing on Laravel 9:
```
Using version ^0.7.0 for mediconesystems/livewire-datatables
./composer.json has been updated
Running composer update mediconesystems/live…
-
Hey there,
i store all timestamps as unix timestamp in my database. When i display them in a form or other page, they will be displayed in UTC+2 (german summertime). Since a few weeks i doesn't con…
xJuvi updated
3 months ago
-
tables for spk / doc (edBrowse / esBrowse)
1) think about new js way to display tables ?
see https://github.com/mleibman/SlickGrid
2) jQuery datatables filter by column
see http://jquery-datatables-…
-
DataTables warning: table id=miner-table - Ajax error. For more information about this error, please see http://datatables.net/tn/7
-
@rschroeder Currently in jQuery Datatables, if you set pagination to false it sends a _Take_ parameter as -1. Should we follow suit here and send -1?
Consider that we want the same server side behav…