Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. how to implement editable table with several fixed columns?

how to implement editable table with several fixed columns?

Scheduled Pinned Locked Moved Web Development
tutorialquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xiao bin bin
    wrote on last edited by
    #1

    Hello, there, In my current project, I am dealing with table with many many columns. I need to make a table with first several columns fixed. It is like the table in Excel with locked columns. Only the columns after the fixed columns can be scrolled horizontally. It seems very difficult to implement. I could not figure it out. I am thinking to put two tables together and put them in a div. But it seems difficult to edit everything in a whole row. Because they are actually 2 rows from two tables. Is there any link or sample code for this kind of table? Thank you so much in advance.

    B 1 Reply Last reply
    0
    • X xiao bin bin

      Hello, there, In my current project, I am dealing with table with many many columns. I need to make a table with first several columns fixed. It is like the table in Excel with locked columns. Only the columns after the fixed columns can be scrolled horizontally. It seems very difficult to implement. I could not figure it out. I am thinking to put two tables together and put them in a div. But it seems difficult to edit everything in a whole row. Because they are actually 2 rows from two tables. Is there any link or sample code for this kind of table? Thank you so much in advance.

      B Offline
      B Offline
      Bradml
      wrote on last edited by
      #2

      How are you currently implementing this?


      Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

      X 1 Reply Last reply
      0
      • B Bradml

        How are you currently implementing this?


        Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

        X Offline
        X Offline
        xiao bin bin
        wrote on last edited by
        #3

        Thank you for your reply. I am thinking put the fixed columns in a seperate datagrid and put two datagrids (or tables) together. But it seems it is quite complex to do it, especially the editing part. Is there any easier way to do this? Thank you very much.

        B 1 Reply Last reply
        0
        • X xiao bin bin

          Thank you for your reply. I am thinking put the fixed columns in a seperate datagrid and put two datagrids (or tables) together. But it seems it is quite complex to do it, especially the editing part. Is there any easier way to do this? Thank you very much.

          B Offline
          B Offline
          Bradml
          wrote on last edited by
          #4

          I think the only way to do this is with 2 divs... or some fancy javascript scrolling.


          Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

          X 1 Reply Last reply
          0
          • B Bradml

            I think the only way to do this is with 2 divs... or some fancy javascript scrolling.


            Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

            X Offline
            X Offline
            xiao bin bin
            wrote on last edited by
            #5

            I agree with you. Thank you so much.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups