palantir/blueprint

HTML Table with sort and filter functions

Open

#3,368 opened on Feb 19, 2019

View on GitHub
 (2 comments) (13 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
Package: coreType: feature requesthelp wanted

Description

We're considering Blueprint for a upcoming project, and is currently inspecting the various components. A good and feature rich table component is very important for us, but the blueprintjs/table isn't exactly what we're after, because it's more of a spreadsheet. Instead the table should have a simpler and cleaner look like HTMLTable, but needs order, filter and paging, and maybe even support for freezing rows and columns.

The antd Table component is a good example.

My question is how you'd approach this problem for Blueprint, or if anyone has implemented such functionality? Would you restyle blueprintjs/table, or add functionality to the HTMLTable component? Any suggestions?

Contributor guide

HTML Table with sort and filter functions · palantir/blueprint#3368 | Good First Issue