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

thead filter set input type #1816

Open
ken-colvin opened this issue May 10, 2022 · 0 comments
Open

thead filter set input type #1816

ken-colvin opened this issue May 10, 2022 · 0 comments

Comments

@ken-colvin
Copy link

  • How do I set the input type for the THEAD filter html INPUT types?
  • The goal is to have a generic method update the THEAD input types and not write custom code for each column
  • For example, is there a way to have something like
<thead>
<th data-type='date' title='Enter Date'></th>
<th data-type='number' data-step='1' title='Enter Integer'></th>
<th data-type='number' data-step='.01' title='Enter Decimal'></th>
</thead>

Resulting in the THEAD filter input types:

<input type='date'>

Integer
<input type='number' step=1>

Decimal
<input type='number' step=.01>

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

No branches or pull requests

1 participant