Coder Social home page Coder Social logo

datasite's People

Contributors

andrewjensen avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

bowmande

datasite's Issues

Virtualize table rows

Larger datasets put too much of a strain on the UI thread and performance gets bad. We should virtualize the table rows, so we only have to render a few at a time.

Version sorting

It would be great to be able to sort version numbers appropriately, right now it just does your standard string comparison so 1.10 is less than 1.9. A complicated solution would be to implement some sort of possibly optional dataType field on that can specify that it's a "version"; a not so complicated solution would be to just use a very basic regex (like /\d+\.\d+/) to determine if the value/column is full of version numbers (or maybe match on if the column header is /version/i?). And then we can just grab node-semver, run coerce on the values and compare them. I'm more than happy to make the PR, just wanna nail down how we'd want to do it first

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.