当前位置:网站首页>Table fix specific rows
Table fix specific rows
2022-07-26 07:43:00 【Xiao Ming Yang】
background
stay element perhaps antDesignVue In the process of developing, we will encounter the need to fix specific lines
Code
Through here css The style fixes the first row of data ( Non header )
// Fix the first line /deep/ .ant-table-tbody > tr:first-child {
position: sticky !important;
top: 0 !important;
z-index: 1 !important;
}
explain
first-child The first element selector of the parent element > Denotation element
design sketch

边栏推荐
- C language keyword extern
- 【uniapp】多种支付方式封装
- 深度学习模型部署
- Audio and video learning (10) -- PS streaming
- ShardingSphere数据分片
- 漂洋过海来看你
- 在线问题反馈模块实战(十四):实现在线答疑功能
- [daily question 1] 919. Complete binary tree inserter
- Solution to the problem of token loss when microservice feign is called
- Learning Efficient Convolutional Networks Through Network Slimming
猜你喜欢

Network trimming: a data driven neuron pruning approach towards efficient deep architectures paper translation / Notes
![[uniapp] encapsulation of multiple payment methods](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[uniapp] encapsulation of multiple payment methods

Web page basic label

20220209 create a basic Servlet

2021全球机器学习大会演讲稿

NLP natural language processing - Introduction to machine learning and natural language processing (3)

MMOE multi-objective modeling

Learning Efficient Convolutional Networks Through Network Slimming

NFS service and Samba service deployment

【uniapp】多种支付方式封装
随机推荐
1. MySQL Architecture [MySQL advanced]
Pycharm common shortcut keys
Taishan office lecture: word error about inconsistent values of page margins
Database foundation
keras学习之:获取神经网络中间层的输出结果
Web page basic label
C语言关键字extern
ShardingSphere数据分片
Common templates for web development
Jmeter性能测试之使用存储响应内容到文件监听器
0 dynamic programming leetcode1567. Length of the longest subarray with positive product
Crawler - > tpimgspider
[keras entry log (3)] sequential model and functional model in keras
table 固定特定行
Logical volume management (LVM)
Program environment and pretreatment
系统架构&微服务
Next item recommendations in short sessions
WCF introductory tutorial II
DADNN: Multi-Scene CTR Prediction via Domain-Aware Deep Neural Network