Giter Site home page Giter Site logo

Comments (8)

realodix avatar realodix commented on August 11, 2024 3

Since it is related to datatables and server-side is implemented through the laravel-datatables, I think you could report to yajra/laravel-datatables.

from urlhub.

Terrorboy avatar Terrorboy commented on August 11, 2024

hub

I changed it like an image and processed it.

image

from urlhub.

realodix avatar realodix commented on August 11, 2024

In the screenshot, I saw the status stopped at "Processing".

Sorry, I cannot reproduce this issue. Data is processed and displayed as expected.

from urlhub.

Terrorboy avatar Terrorboy commented on August 11, 2024
  • Chrome 85.0.4183.102
  • urlhub version: latest(5e891df)
  • phpinfo: delete
  • DB: MariaDB 10.3.24
  • nginx setting:
server {
    listen       80;
    server_name o0o.st www.o0o.st;
    return 301 https://$host$request_uri;
}
server {
    listen       443 ssl http2;
    server_name o0o.st www.o0o.st;
    root    /home/workspace/url/public/;
    index index.php;

    ssl_certificate "/~/fullchain.pem";
    ssl_certificate_key "/~/privkey.pem";
    ssl_dhparam "/~/dhparam.pem";

    add_header Strict-Transport-Security "max-age=31536000";

    # Set caches, protocols, and accepted ciphers. This config will merit an A+ SSL Labs score.
    ssl_session_cache shared:SSL:20m;
    ssl_session_timeout 10m;
    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
    ssl_prefer_server_ciphers on;
    ssl_ciphers 'ECDH+AESGCM:ECDH+AES256:ECDH+AES128:DH+3DES:!ADH:!AECDH:!MD5';

    location / {
        try_files $uri $uri/ /index.php?/$args;
    }

    location ~ \.php$ {
        fastcgi_split_path_info ^(.+?\.php)(/.*)$;
        fastcgi_pass unix:/run/php/php7.4-fpm.sock;
        fastcgi_index index.php;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        include fastcgi_params;
    }
}

urlhub

from urlhub.

Terrorboy avatar Terrorboy commented on August 11, 2024

urlhub2

What more information do you need?

from urlhub.

realodix avatar realodix commented on August 11, 2024

I wrote several tests on this issue, all of which passed the test.

Test
#738/files#diff-3dee2ee

Result
https://github.com/realodix/urlhub/runs/1112259617

from urlhub.

Terrorboy avatar Terrorboy commented on August 11, 2024

I don't think it's a browser problem
serverSide: true, Is there a problem with this option?
Just remove the option or change it to false.

I don't know why.

from urlhub.

Terrorboy avatar Terrorboy commented on August 11, 2024

I will report to yajra/laravel-datatables

Thank you!

from urlhub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.