Giter Site home page Giter Site logo

Comments (9)

blupointmedia avatar blupointmedia commented on June 20, 2024

@gvanto - did you have any luck with extending this to search on parent in GridView?

from yii2-nested-sets.

schmunk42 avatar schmunk42 commented on June 20, 2024

Just CC'ing @cebe, maybe he has an idea.

from yii2-nested-sets.

blupointmedia avatar blupointmedia commented on June 20, 2024

@cebe, any thoughts?

from yii2-nested-sets.

cebe avatar cebe commented on June 20, 2024

Can you provide more context and semantics?

  1. How do you fit a nested set (tree structure) into a GridView?
  2. what does "filter on parent" mean? Do you want to enter a parent ID to show all children of that parent node? all direct children or all nodes below the parent?

from yii2-nested-sets.

blupointmedia avatar blupointmedia commented on June 20, 2024

Hi @cebe, I want to be able to filter gridview on category and parent category. I can do it on category since it is based on the name, but can't seem to find a way to filter on parent category name.
This solution pulls all leaves as active records, so that is how I get the categories. Currently to get the parent, I just call ->parent(1) inside of each gridview item, which I prefer to have a relation of some sort for filter and less querying.

from yii2-nested-sets.

cebe avatar cebe commented on June 20, 2024

so what is llisted in your gridview? categories or items that are categorized (i.e. belong to a category)?

from yii2-nested-sets.

gvanto avatar gvanto commented on June 20, 2024

@gvanto - did you have any luck with extending this to search on parent in GridView?

Nope not looked into this for a while now. I am just listing a 'parent' column (but it's not yet filterable).

With filtering things in general on GridView, I have found that you need a pretty customized ActiveQuery in your backend/{Model}/Search class, so guessing a pretty complex AQ will be required here (not had time to look into building it though! )

from yii2-nested-sets.

blupointmedia avatar blupointmedia commented on June 20, 2024

@cebe In the gridview right now I just have the category and then I get the parent with $model->parents(1) in a second column.

from yii2-nested-sets.

blupointmedia avatar blupointmedia commented on June 20, 2024

@cebe do you have anything you can offer on this?

from yii2-nested-sets.

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.