jquery-tabledit
jquery-tabledit copied to clipboard
Inline editor for HTML tables compatible with Bootstrap.
This allows the user to request that an editable field use a textarea widget. It also allows for the user to automatically hide fields. In this case the data from...
If there are multiple tables on a page. Editing one table causes a blank request (containing "&action=edit") to be sent from other table(s). This issue is also present on the...
Hello, I wrote the following code in jquery.tabledit.js into the save edited row section: $(document).ajaxStop(function(){ window.location.reload(); }); It refreshes the page when the ajax stuff are done. Works great. But...
Hi can we add timepicker on this tabledit? thanks in advance.
When I remove the buttons, there is a problem with ajax sending, it saves information inconsistently, sends it as Null, can you solve this problem?

I am using version 1.2.3 (tried both minified and full) but I cannot seem to make the textarea available. I am trying like this ``` columns:{ identifier : [0, 'id'],...
Are there any ways to prevent user from pressing enter to trigger event when using buttons? Instead just click the buttons .
I would love to see some documentation guiding someone through connecting example #5 to a mysql database table
Hello The script works great, this is not a bug report or issue, purely a request as to how i can tweek one of its features..... Basically when I select...