Git Product home page Git Product logo

Comments (7)

TatuLund avatar TatuLund commented on August 25, 2024

That sounds pretty strange. There should not be any specific impact with filtering. That happens in data model level, and renderers are and should be generally unaware of any filtering. Also I found this. It is about the different renderer, but it is about last column, and maybe filtering. So there is probably something common here.

vaadin/framework#10359

from grid-renderers-collection-addon.

koapost avatar koapost commented on August 25, 2024

I notced somethink else. Consider this senario,

  1. I add a new dto to my DataProvider. The Dto has a field "year" with an empty string as initial value .
  2. A SimpleSelectRender with values 2017,2018,2019.

On initial display we will have the render showing 2017 and the dto underneath it with value of an empty string. And this is a case were the render is inconsistent to the model.

from grid-renderers-collection-addon.

TatuLund avatar TatuLund commented on August 25, 2024

That is a case which is not supported, i.e. that value set in data source and value set in selection being different. They must be the same. So in order to work in the case you mentioned, you would need to have empty value also added in set you put into SimpleSelectRenderer.

from grid-renderers-collection-addon.

koapost avatar koapost commented on August 25, 2024

I already did.

from grid-renderers-collection-addon.

TatuLund avatar TatuLund commented on August 25, 2024

I did find major flaw in the SimpleSelectRenderer, which apparently has been there a while. The migration to Vaadin8 was not completed properly.

from grid-renderers-collection-addon.

TatuLund avatar TatuLund commented on August 25, 2024

Version 2.2.2 can be found in library. Thanks for noticing this issue.

from grid-renderers-collection-addon.

koapost avatar koapost commented on August 25, 2024

thanx for responding so fast!

from grid-renderers-collection-addon.

Related Issues (17)

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.