
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
SSC 3.0 Grid组件

npm install ssc-grid --save
import { Grid } from 'ssc-grid';
...
render() {
const mockColumnsModel = [
{type: 'string', id: 'danjubianhao', label: '单据编号'},
{type: 'string', id: 'danjuleixing', label: '单据类型'},
{type: 'string', id: 'danjuzhuangtai', label: '单据状态'},
{type: 'double', id: 'jine', label: '金额'},
{type: 'date', id: 'danjuriqi', label: '单据日期'}
];
const mockTableData = [{
danjubianhao: '263X2016111400000081',
danjuleixing: '会议费借款单',
danjuzhuangtai: '保存',
jine: '2.00',
danjuriqi: '2016-11-14'
}, {
danjubianhao: 'D32016091200000022',
danjuleixing: '付款单',
danjuzhuangtai: '保存',
jine: '12.00',
danjuriqi: '2016-09-12'
}, {
danjubianhao: '263X2016083000000025',
danjuleixing: '差旅费借款单',
danjuzhuangtai: '暂存',
jine: '100.00',
danjuriqi: '2016-08-30'
}];
return (
<Grid columnsModel={mockColumnsModel} tableData={mockTableData} />
);
}
API文档中带有示例代码,并且可以在线编辑并运行代码。
FAQs
React grid component for SSC 3.0
The npm package ssc-grid receives a total of 184 weekly downloads. As such, ssc-grid popularity was classified as not popular.
We found that ssc-grid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.