Column Pinning
Pin columns to the left or right edge. Drag headers to reorder columns. Pinned columns stay fixed while scrolling horizontally. The grid uses 7 columns (930px total) in a 700px viewport to ensure horizontal scrolling.
Pin Controls
id
name
department
salary
performanceScore
region
joinDate
Grid API
{
"columnOrder": [
"id",
"name",
"department",
"salary",
"performanceScore",
"region",
"joinDate"
],
"columnPinning": {
"left": [
"id"
],
"right": [
"joinDate"
]
},
"sorting": []
}