Skip to content

Commit 930b87f

Browse files
author
Tim Shawver
authored
Another README tweak
1 parent d7f10fe commit 930b87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ with a newer version of either dependency.*
9090
What's New
9191
----------
9292
**Column-specific options (as of 1.1.0)**:
93-
Thanks to a significant `PR from the community <https://github.com/quantopian/qgrid/pull/191>`_, Qgrid users now have the ability to set a number of options on a per column basis. This allows you to do things like explicitly specify which column should be sortable, filterable, editable, etc. For example, if you wanted to prevent editing on all columns except for a column named `'A'`, you could do the following::
93+
Thanks to a significant `PR from the community <https://github.com/quantopian/qgrid/pull/191>`_, Qgrid users now have the ability to set a number of options on a per column basis. This allows you to do things like explicitly specify which column should be sortable, editable, etc. For example, if you wanted to prevent editing on all columns except for a column named `'A'`, you could do the following::
9494

9595
col_opts = { 'editable': False }
9696
col_defs = { 'A': { 'editable': True } }

0 commit comments

Comments
 (0)