Second page

Second page

Tripple DeltaTripple Delta Posts: 8Questions: 1Answers: 0

Hello,

I moved from datatables to editor and found out I had to start from scratch again.
With generator I was able to implement a page where I can see and edit all columns.
If I want to create a second page with only a few columns from the same database, where do I start so I can reuse the code from the generator?
I don't think I have to generate a complete new set and upload all of that again?

Thanks,
Diederik

Replies

  • allanallan Posts: 61,660Questions: 1Answers: 10,094 Site admin

    Hi Diederik,

    I moved from datatables to editor and found out I had to start from scratch again.

    That shouldn't be the case - Editor is a layer on top of DataTables. You should have the full functionality of DataTables still.

    If I want to create a second page with only a few columns from the same database, where do I start so I can reuse the code from the generator?

    Duplicate the HTML and JS files that Generator made for you and modify them to remove the columns you don't want.

    Allan

  • Tripple DeltaTripple Delta Posts: 8Questions: 1Answers: 0

    Thank you for the tip. It seemed so complicated in the beginning, but in the end it is quite simple.

Sign In or Register to comment.