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
Good morning I'm learning a lot thanks to this tutorial. I would like to make a modification in the bootstrap table to add 2 functions:
My level of Jquery and bootstrap is a beginner. I have tried a number of modifications but without success:
<script> $ .fn.editable.defaults.mode = 'inline'; ......... </script>
<th data-field = "mesure" data-editable = "true" data-align = "left" data-sortable = "true" data-formatter = "labelFormatter"> Mesure </ th>
$ ('# mesure'). editable ({ mode: 'inline', });
Could you give me some indication of how to build this modification?
Thank you for your work ¡¡¡
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Good morning
I'm learning a lot thanks to this tutorial. I would like to make a modification in the bootstrap table to add 2 functions:
My level of Jquery and bootstrap is a beginner. I have tried a number of modifications but without success:
<th data-field = "mesure" data-editable = "true" data-align = "left" data-sortable = "true" data-formatter = "labelFormatter"> Mesure </ th>
Could you give me some indication of how to build this modification?
Thank you for your work ¡¡¡
The text was updated successfully, but these errors were encountered: