Welcome, Guest
Username: Password: Remember me

TOPIC: Grid / Collection Layout with data entry ???

Grid / Collection Layout with data entry ??? 28 Aug 2012 12:41 #3329

  • BTB300
  • BTB300's Avatar
  • Offline
  • Moderator
  • Posts: 414
  • Thank you received: 130
  • Karma: 46
Hi All
Is there an easy way to implement a grid view / collection layout with data entry like a spread sheet?

- create a save button in the toolbar
- add the relative code changes for the new button in the view and controller files
- make a few css changes to the collection layout to change to input type rather than fly
- create a post for the save function
- create a quey to save / update records from the collection
- change the for statement to loop one or more times than the current records
- change Mysql to include a new record(s)

am i over thinking what i need to do?

At the very least to be able to add / edit a single record in the grid view
But would really like to be able to and a record and edit all data in the grid view and then save the whole table

Thanks in Advance
Last Edit: 28 Aug 2012 12:42 by BTB300.
The administrator has disabled public write access.

Re: Grid / Collection Layout with data entry ??? 13 Sep 2012 10:01 #3569

I'd like this feature too!!
The administrator has disabled public write access.

Re: Grid / Collection Layout with data entry ??? 13 Sep 2012 12:09 #3572

  • VeCrea
  • VeCrea's Avatar
  • Offline
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
  • Karma: 30
Maybe with jQuery and some grid plugins... but looks tricky to me
The administrator has disabled public write access.
The following user(s) said Thank You: BTB300

Re: Grid / Collection Layout with data entry ??? 13 Sep 2012 14:47 #3575

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
I would prefer it in Ajax (edit in place, or edit a row)
But your example is possible also.

I think about it. It may come after the N:N links I think.
(Just to tell you the order of priorities.)
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: BTB300, elvis84369

Re: Grid / Collection Layout with data entry ??? 12 Oct 2012 06:25 #4421

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
  • Karma: 64
Hi all,

@BTB3000 have you managed to achieve this in anyway?

I'm planning on implementing this using an open source jQuery/AJAX script/widged called OpenJSGrid that allows this kind of functionality. In the past I've managed to get it into some custom pages but not inside an MVC structure. I'm not 100% sure how I might go about this yet although my initial thoughts were to create a JDom class to handle it - more eloquently put by admin as "an abstraction layer" or "bridge" to the class.

Anyway, I'd welcome any input on what might be the best way to proceed with this!

I briefly discussed this in another post here yesterday so, in the interest of keeping the thread going, here is the relevant info and links from that post:
Code/Setup Examples here with a Free/Opensource download from the site
Video Demonstration of it in action (youtube playlist) - Obviously, feel free to watch them all but, if you're short of time I'd recomment watching one of the first videos (should see version numbers in the titles), then jump through to one of the later ones...

Essentially, it is a php class file (about 80 lines or so) and a collection of methods for creating a JS grid to display tabular data ideal for list views - although this is not a joomla thing as such. It only requires that you have jquery & jquery ui libs loaded + the grid.js ... Then, to implement it, one just has to have a 'view' file for the ajax data (the sql query) say, 'myview.ajax.php' and in the html output something as simple as;
  1. AJAX
  2. JS
  3. HTML
  4. RESULT
The beauty of it comes when you can specify editable cells that obey various different formats such as date (cal picker), I even got a progress bar on each row pretty simply. Example of editable grid with maxlength from db
  1. I was using it in a very raw way as described on the site, i.e. outside of the joomla framework but wonder, how easy would it be to transform the class file for inclusion in a COOK component to go get a model list view dynamically? Presumably a new JDom class would be the way to go here???
  2. Would it be of any interest to you to integrate this into the core cook functionality?

Best wishes,

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!
Last Edit: 12 Oct 2012 06:26 by JoomGuy.
The administrator has disabled public write access.
Time to create page: 0.106 seconds

Get Started