volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 506 forks source link

Inline editing #21

Open adribusc opened 11 years ago

adribusc commented 11 years ago

A good feature would be to have an INLINE editing of record, maybe implementing a property to choose between form and inline editing.

hikalkan commented 11 years ago

This is a feature that I want to impelement in jTable in a near feature. Thanks :)

eazuka commented 11 years ago

@hikalkan, I think rather than make jTable very complex by adding every feature like inline editing, other solution like jeditable (http://www.appelsiini.net/projects/jeditable) can be used to accomplish inline editing. So if anyine wants inline editing, there are other jquery inline editing plugin that can be used with jTable to get inline editing to work easily.

Just my own take on this.

hikalkan commented 11 years ago

@eazuka thanks for your advice. I think as you, I dont want to make it too complex. Therefore, I think on every single feature if it must be included into jTable or leave it user to implement his own solution. So, maybe I make a simple example that shows how to make inline editing with jTable instead of include inline editing to jTable. Thanks a lot.

eazuka commented 11 years ago

You are welcome. Thank you too for making this awesome plugin. i'm waiting for the release of version 2. when will that be, i hope soon?

hikalkan commented 11 years ago

It will be released in a few weeks. I'm completely revising the codebase for bugs and refactors. Thanks.

ericvb commented 11 years ago

Hi, you are talking about providing an example of a type of inline editing to use with jTable. Did you progress on it already? It is a feature that is requested many times when working with CRUD tables. Users are referring always to Exel, where you can input data easely on several rows/columns... They want the same behaviour in webapplications.

hikalkan commented 11 years ago

@ericvb you're right. It is in the plan. I will provide a good demo using an inline editing plug-in or add inline editing feature to jTable.

gopi999 commented 11 years ago

HI,

I am also waiting for this feature... Thanks in advance.

Regards, Gopinath.

nubuntu commented 11 years ago

hi i am an php newbie, just want to share inline editing with php, try example.jtable.php hopefully it useful

PeterMoller commented 11 years ago

Hi HiKalkan,

First of all thanks for your great work on jTable. I am on an MVC4 Razor project where we are reviewing suitability of jTable to lift a substantial part of the features. It looks really promising, the only thing that comes to mind on the wishlist right now is inline editing. By chance, could you drop a word whether this may be underway? I would really appreciate to know if we can count on it for our current project.

Thanks again, you've done great so far!

Regards, Peter Møller-Christensen

k6311 commented 10 years ago

is demo available for inline edit

ashishorkalra commented 10 years ago

is demo available for this? this functionality is really in demand.

cam27 commented 10 years ago

Hi Hikalkan, have you notice about inline edit/add rows? Tks!

raveeshvn commented 9 years ago

Is there is an option to make the header fixed.So that the size of the div remains same,otherwise while we selecting 100 rows the size of the div also increases which makes the site looks bigger.

AidaLotfi commented 9 years ago

what about this ? if this is gonna work? or if it will be integrated into Jtable? https://github.com/hikalkan/jtable/issues/302

dasguptahirak commented 7 years ago

@hikalkan sir Please show some demo/example on how to use inline editing in jsp