We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The https://github.com/DimitarChristoff/slickgrid-es6 version of SlickGrid supports the option frozenColumn, which makes the first N columns non-scrollable.
frozenColumn
This option is not present as a prop or in the slickGridOptions computed value.
slickGridOptions
frozenColumns does not seem to be referenced in the SlickGrid wiki, but here is an example to show how it should work. http://6pac.github.io/SlickGrid/examples/example-frozen-columns.html
frozenColumns
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The https://github.com/DimitarChristoff/slickgrid-es6 version of SlickGrid supports the option
frozenColumn
, which makes the first N columns non-scrollable.This option is not present as a prop or in the
slickGridOptions
computed value.frozenColumns
does not seem to be referenced in the SlickGrid wiki, but here is an example to show how it should work.http://6pac.github.io/SlickGrid/examples/example-frozen-columns.html
The text was updated successfully, but these errors were encountered: