Giter VIP home page Giter VIP logo

Comments (1)

telamonian avatar telamonian commented on May 30, 2024

@krassowski tree-finder currently supports all of the things in your list in one form or another. There's probably some conceptual gaps, and there's no nice api for a lot of it, but all of those things are supported.

if file icon is a separate element, then also add/remove class for file icon (to allow to add modifiers with CSS)

I haven't really decided yet how to handle file icons. This will hopefully become clearer as the tree-finder/jupyterlab integration matures. In the meantime, you can use the addStyleListener method of the <tree-finder-grid> element (which inherits the linked code from regular-table and the <regular-table> element) to do pretty much whatever you want to each row of the table, including adding/removing classes.

add/remove non-column decorator

tree-finder (and regular-table below it) don't really distinguish between different kinds of columns, you can even pass in actual live DOM nodes as your column data and tree-finder will just render them. The width of each column is simply the minimum space require to display the contents.

The only thing I can think of that would cause trouble for an "annotation" column is that currently all columns require a name, which gets displayed in the column header. So internally the annotation column would still have a name, and then we could use some styling tweaks to prevent display

from tree-finder.

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.