Skip to content
New issue

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

hide and disable the selection inputs #220

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Fil
Copy link
Collaborator

@Fil Fil commented Apr 29, 2022

closes #136

src/table.js Outdated Show resolved Hide resolved
src/table.js Outdated Show resolved Hide resolved
@@ -54,6 +54,7 @@ function initialize(
rows = 11.5, // maximum number of rows to show
width = {}, // object of column name to width, or overall table width
multiple = true,
select: selectable = true, // is the table selectable?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find selectable a bit more descriptive than select as an option. Thoughts?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no preference; in the code I've been using selectable because the name is already used by the select function.

@CobusT
Copy link
Contributor

CobusT commented Apr 30, 2022

Do we normally include the changes to the documentation (README) to these PRs or are those done separately?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table option to suppress checkbox column
3 participants