You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did this but as i told you i did it so that we can add only a single link
I was working on how to add multiple links and kt did work, but i need time to implement it on original website
@BeingHomosapien the way it is done is this, you create a new table with two fields, 'pid' and 'link'. now in the original project table make a new field 'pid'. then simply make a join on these tables to display the multiple links
Backend is resolved i just took an array of links. The thing is how to take multiple link inputs from user. I figured that if we can add new input field for every link. But it a little troublesome in frontend. We need to make the number of links dynamic so i thought it as a kind of todo app.
Backend is resolved i just took an array of links. The thing is how to take multiple link inputs from user. I figured that if we can add new input field for every link. But it a little troublesome in frontend. We need to make the number of links dynamic so i thought it as a kind of todo app.
for that part just have initially option to add one link and then an add button in the frontend to add more
Adding links for each project.
The text was updated successfully, but these errors were encountered: