Re: Dynamic Table

2023-05-25 Thread Anh Nguyen
gt;> these and have to work on this idea only.see image for better understanding. >> >> On Wed, May 24, 2023 at 4:10 PM Anh Nguyen wrote: >> >>> So what is your problems and why do we need a dynamic table? >>> >>> On Wed, 24 May 2023 at 14:34 Helly Modi w

Re: Dynamic Table

2023-05-24 Thread Jason
ontend and table is created in backend so this idea was given where > these and have to work on this idea only.see image for better understanding. > > On Wed, May 24, 2023 at 4:10 PM Anh Nguyen wrote: > >> So what is your problems and why do we need a dynamic table? >> >>

Re: Dynamic Table

2023-05-24 Thread Anh Nguyen
So what is your problems and why do we need a dynamic table? On Wed, 24 May 2023 at 14:34 Helly Modi wrote: > worked on this option only .even tried dynamic django models but didn't > work because of sustainable.if someone have the options or way to handle > then please give > >

Re: Dynamic Table

2023-05-24 Thread Helly Modi
our runtime to apply > new codebase to de-encode data. So go back and find another solution. > > On Wed, 24 May 2023 at 12:22 Helly Modi wrote: > >> I have to create dynamic table at runtime where user enters the details >> of table name,table column,table fields,

Re: Dynamic Table

2023-05-23 Thread Anh Nguyen
Even your migrate works fine but you have to reload your runtime to apply new codebase to de-encode data. So go back and find another solution. On Wed, 24 May 2023 at 12:22 Helly Modi wrote: > I have to create dynamic table at runtime where user enters the details of > table name,table

Dynamic Table

2023-05-23 Thread Helly Modi
I have to create dynamic table at runtime where user enters the details of table name,table column,table fields,constraints.take this input in backend and create table dynamically without creating schemas of tables as tables are created at runtime .first approach is that we will create one

RE: How to make a dynamic table/form

2017-04-07 Thread Matthew Pava
...@gmail.com Sent: Friday, April 7, 2017 10:45 AM To: Django users Subject: How to make a dynamic table/form Hi All I want to make a dynamic table which display data and editable. The rows and columns could be inserted to table from table viewing, not necessary to go to other form for data submitting

How to make a dynamic table/form

2017-04-07 Thread rosettas
Hi All I want to make a dynamic table which display data and editable. The rows and columns could be inserted to table from table viewing, not necessary to go to other form for data submitting. same as the cells which could be also edited. is there something ready in Django? or is any package