Code Monkey home page Code Monkey logo

Comments (12)

n1crack avatar n1crack commented on May 24, 2024 1

nice. glad to hear that.

from datatables.

n1crack avatar n1crack commented on May 24, 2024

hey thank you for using the library.

the error is related to sql query.

SELECT list contains nonaggregated column 't.account_action_seq'

Can you provide your full query?

from datatables.

piecesnbits avatar piecesnbits commented on May 24, 2024

sure but it did work with a previous version of your code.
SELECT account_action_seq, _from, _to, _quantity, _symbol, _memo, txid, block_num, block_time FROM transfers ORDER BY account_action_seq DESC

from datatables.

piecesnbits avatar piecesnbits commented on May 24, 2024

personally I think there is something wrong with my query parameters. I'm parsing/constructing them myself. so there must be something in your new version changed that broke it. probably something in the columnCollections...

from datatables.

n1crack avatar n1crack commented on May 24, 2024

I think I have found the issue and made a quick fix. can you update your library to 2.0.2 ?

let me know if it is fixed.

from datatables.

piecesnbits avatar piecesnbits commented on May 24, 2024

hey the update fixed something but still got the ColumnColections error
image

https://github.com/n1crack/datatables/blob/master/src/ColumnCollection.php#L153

from datatables.

n1crack avatar n1crack commented on May 24, 2024

can you share the header part of your ajax request ?
There is something wrong, couldn't figure it out yet.

ekran resmi 2018-11-12 22 51 16

from datatables.

piecesnbits avatar piecesnbits commented on May 24, 2024

image

btw if I disable errors it seems to work so the errors are not critical.
notice that I only have 7 columns in my parameters and my Mysql query selects 9.

from datatables.

n1crack avatar n1crack commented on May 24, 2024

as i thought, your table has only 6 column right? but it seems your sql has 8 columns.

from datatables.

piecesnbits avatar piecesnbits commented on May 24, 2024

yes but that did work in your previous version.

from datatables.

n1crack avatar n1crack commented on May 24, 2024

ok fixed. you can try it with 2.0.3 in a couple minutes

from datatables.

piecesnbits avatar piecesnbits commented on May 24, 2024

fix confirmed! thank you very much, you saved me a lot of work! In fact we're not using jquery datatables at all. I wrote an adapter for vue quasar datatables to work with your lib. peace!

from datatables.

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.