House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / JQuery

Looking for a Grid

Author:
Doug
02/08/2010 06:06 PM

Being a novice at jQuery functionality and features, but if I was to have a table with 200+ rows with changes in them, wouldn't that add additional overhead to the web page to create custom JS functions that would reference only the cells that would require a change be done to it? Maybe I'm not wrapping my head around this correctly. But with JS and jQuery being client-side languages, when it makes a call to the server-side page, from the examples, it looks like it's only retrieving the data that the query would produce. But if I was to attempt to modify certain cells within the table, wouldn't I have to add JS code to modify every independent cell that needs a change? Thanks. > > I believe you want to look into custom formatters: > > http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter > > > >> >> Hi Ray - >> >> As always thank you for your ideas and assistance. >> >> I am examining the demo/code for jqGrid. >> >> From my examination of the code, it looks like when you reference the >> page that has your query on it, >> you are pulling in the data, and the grid just displays it as is. >> >> What if, I want to test for values within my query and modify the >> cells background-color during the creation of it. >> >> For example, I have a query that is a joined from 2 tables. >> >> The first table has: Name, phone, address >> The 2nd table has address_changed >> >> I would join the two tables, and during the creation of the table, I >> would test for a value from address_changed. >> >> If there was a change, the original address field would be highlighted >> in some color, and and the field would then be associated with a tool >> tip to display the new value, and the address_changed column would not >> be displayed. >> >> From what I am reading, it looks like jqGrid just grabs the data and >> dumps  it out. >> >> Any and all ideas would be helpful. >> >> Thanks. >> >> Doug >> >> >> >> >> >>> >>> Short and sweet: jqGrid >>> >>> Very powerful grid. >>> >>> >>> >>>> >>>> Hi Folks - >>>> >>>> I am looking for some help when it comes to deciding upon a jQuery Grid. >>>> >>>> Being new to jQuery, I am still trying to wrap my head around everything. >>>> >>>> I am looking for a grid that will allow me to control the layout/format/css of individual cells within a table. >>>> >>>> All of my work would be a mix of jQuery & Coldfusion. >>>> >>>> What I would need to do is read a DB table, spit out the table, add logic during the creation of a table, and add in certain CSS coloring and classes or divs to add in tool tips, and still have all the sweetness of a slick jQuery UI. >>>> >>>> Any and all ideas are appreciated. >>>> >>>> Thanks, >>>> >>>> Doug >>>> >>>> >>> >>> >> >> > >


Search jquery

February 12, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29