palantir/blueprint

HTML Table with sort and filter functions

开放

#3,368 创建于 2019年2月19日

 (2 条评论) (13 个反应) (0 位负责人)TypeScript (2,167 个派生)batch import
Package: coreType: feature requesthelp wanted

仓库指标

星标
 (20,263 个星标)
PR 合并指标
 (平均合并 43天 10小时) (30 天内合并 27 个 PR)

描述

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?

贡献者指南