mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-08 08:31:24 +08:00
feat(components): Column settings support fixed columns.
This commit is contained in:
@@ -356,7 +356,12 @@ const local: App.I18n.Schema = {
|
||||
unpin: 'Unpin'
|
||||
},
|
||||
datatable: {
|
||||
itemCount: 'Total {total} items'
|
||||
itemCount: 'Total {total} items',
|
||||
fixed: {
|
||||
left: 'Left Fixed',
|
||||
right: 'Right Fixed',
|
||||
unFixed: 'Unfixed'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user