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

Tables with rows Editables #3

Open
enrutador opened this issue Feb 12, 2018 · 0 comments
Open

Tables with rows Editables #3

enrutador opened this issue Feb 12, 2018 · 0 comments

Comments

@enrutador
Copy link

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:

  1. That the rows were editable.
  2. An icon appears to send that data back to the nodemcu

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 ¡¡¡

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