Code Monkey home page Code Monkey logo

smartishtable's Introduction

SmartishTable

Nuget (with prereleases)

Blazor Table/Grid/ListView/Whatever you want. Not dependent on any CSS framework.

Install

  • Add SmartishTable Nuget
    • dotnet add package SmartishTable
  • Add the following to your index.html
    • <link href="_content/SmartishTable/smartish-table.css" rel="stylesheet" />

Dependencies

  • None!

Features

  • Fully customizable UI
    • No UI framework dependency
  • Paging
  • Sorting
    • Support for IComparer (example included)
  • Filtering
    • Boolean (Equals, Not Equals, Is True, Is False)
    • DateTimes (Equals, Not Equals, >, >=, <, <=)
    • Numbers (Equals, Not Equals, >, >=, <, <=)
    • Strings (Contains, StartsWith, EndsWith, Equals, Not Equals)
    • Custom (Create a component that implements IFilter and off you go!)
      • example included!
  • Included examples:
    • Simple example of cards with sorting.
    • Regular Table with lots of data and sorting/filtering and max number of sorts being 2
    • Parameter based auto refreshing
    • Custom Filter
    • Dynamic Columns using a dictionary.
      • Custom Comparer
    • Nested objects with sorting and filtering
    • Get/Set configuration settings (for now, this is page #, page size, and sorting info), so the settings can be stored in localstorage (or somewhere else) and reloaded on next visit.
      • also shows how to use the OnDataUpdated eventCallback which also sends back the current configuration settings.
      • Binding Max Number of Sorts so it can be changed on the fly

smartishtable's People

Contributors

jdsmith39 avatar andrewmorris-me avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar Gaga Lobjanidze avatar

Forkers

blazorhub

smartishtable's Issues

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.