Giter VIP home page Giter VIP logo

Comments (5)

David-Moreira avatar David-Moreira commented on May 30, 2024

When you sort on the gender only one gender-group is displayed.

I was just testing this. Yea I was confused at first also. The thing is, only 10 records are displayed at a time from a total of like 500.

If you order by Gender, well you get only the first gender records, so other buckets do not show as there's no records for the other buckets in this page. This seems correct, but maybe a little confusing indeed.

We can indeed change the example to just handle like a few records which should be more clear. But I'm thinking if we should do anything else here to be more clear when there's alot of records?

@stsrki any thoughts?

from blazorise.

stsrki avatar stsrki commented on May 30, 2024

If you use ReadData mode, then this is how it behaves, as we don't see all the records. With ReadData, the developer is responsible for the proper fetching and grouping of data.

On the other hand, if this is in memory, then it is definitely wrong.

from blazorise.

David-Moreira avatar David-Moreira commented on May 30, 2024

If you use ReadData mode, then this is how it behaves, as we don't see all the records. With ReadData, the developer is responsible for the proper fetching and grouping of data.

On the other hand, if this is in memory, then it is definitely wrong.

It's our docs:
https://blazorise.com/docs/extensions/datagrid/features/grouping

Why do you say it's definitely wrong? Are you jumping the gun? Did you understand the "issue" 100%?

If you order by gender which is the column the data is being grouped on.
Since we all alot of data, the the first 10 records will certainly only belong to a single bucket, so only a single bucket (group) shows.

If you say it's definetly wrong, what do you think should happen?

  • All buckets show? But other buckets are empty?
  • Not able to order at all by that column, since it's the column the data is grouped on?
    • Nah I don't think this even makes sense.

from blazorise.

stsrki avatar stsrki commented on May 30, 2024

I see now. Didn't understand that problem is on our demo.

It seems like a bug, indeed. Would it help if we enabled pagination? That way users would see that there is more data available.

from blazorise.

David-Moreira avatar David-Moreira commented on May 30, 2024

I see now. Didn't understand that problem is on our demo.

It seems like a bug, indeed. Would it help if we enabled pagination? That way users would see that there is more data available.

Right It seems like a bug, but I am thinking that's it. It just seems like it.
Either we reduce the amount of data so it's clearer. Or allow pagination like you just suggested, that might be indeed a bit clearer.

from blazorise.

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.