alexeydg
alexeydg
hi, i have this bug. If the ajax mode is on and autocompletion (T9) is enabled on the android mobile phone, the system does not start searching until you press...
I want the default sorting to be for example by id desc or name ASC, how can i set the defalut sorting?
+bug > php artisan vendor:publish --provider="Leantony\Grid\Providers\GridServiceProvider" --tag="views" These will be copied to resources/views/vendor/leantony/grid. From there, you can change what you want and laravel will automatically use that, instead of the...
I found a mistake. I renamed $name with Russian letters, in this case nothing works, in Grid.php you need to make changes to the init () method: Str :: singular...
I encountered the same problem, the problem is that the start_time and end_time columns contain seconds, this needs to be removed
I found a bug, if you connect the translation from the json file, then the filter is not shown ``` language: { url: "/static/plugins/datatables/ru.json" }, ```
django 3.2.17 dash 2.8.1 django-plotly-dash 2.1.3 ```html {%load plotly_dash%} {%block content%} {%plotly_direct name="DashCreate" %} {%endblock%} ``` ```python .... dash_table.DataTable( id='datatable-paging', columns=[ {"name": "id", "id": "id"}, {"name": "Название", "id": "name"}, {"name":...
there are no errors, the data does not change. just try it yourself