v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD |
[eluser]Red[/eluser]
sir i alredy solved i read your documentation again.. thnx by using this.. $crud->columns('Fname','Lname'); but my question again sir how can i change my field name on crud table example Fname i want is First Name, and Lname i want Last Name.
[eluser]siptik[/eluser]
Hi all! I created library which simplifies creation of the dependent dropdown. If you have some dependent dropdowns this library for you. When you made selection in a "Parent" dropdown it library allow to refresh a "child" dropdown. More info here : http://www.grocerycrud.com/forums/topic/...n-library/
[eluser]siptik[/eluser]
Quote:but my question again sir how can i change my field name on crud table example Fname i want is First Name, and Lname i want Last Name. you can use the "display_as". more info here: http://www.grocerycrud.com/documentation...display_as
[eluser]web-johnny[/eluser]
I think a good start for you would be these tutorials :-) 1. Tutorial basic methods 2. Tutorial basic methods 2nd part 3. Tutorial using callbacks
[eluser]Red[/eluser]
thnx for rep sir.. ^^. by the what code to select my database table ex. 'Select my table_name where Campus like' to show on specific item on my crud table. and second question sir.. how can i put a drop down on my fields.. example i want to add or edit one of my datafield example Employee i want to select dropdown list faculty,contractual..
[eluser]web-johnny[/eluser]
1. This is the like method. This works exactly with the same way as codeigniter's like. 2. the dropdown you can do it with field_type and dropdown option.
[eluser]Red[/eluser]
thanks you so much for the help..you save my project.. but another problem abot my 2 tables relation i have 3 tables named: table_1 with colums id studNo Lname Fname table_2 id StudNo (relation to my table_1) address1 table_3 id StudNo address2 how can i relate my table_2 and table_3 to my table_1 when i click edit on my GC table it shows like this. StudNo Lname Fname address1 address2
[eluser]web-johnny[/eluser]
I am afraid that this is the functionality set_relation_1_1 that I don't have it in grocery CRUD right now but I want to add it in the future.
[eluser]Red[/eluser]
thank you for your reply sir.. ^^ ill wit for your update.. thnx for your GC it help me a lot..
[eluser]Red[/eluser]
good day sir, please help me on how to add Copy button on your crud, example i search one of my data on my crud table, after that i click copy button and that data that i copy will go to another table on my database.. is possible sir? this is the example to my question.. i have 2 tables on my db. table1 and table2.. i create GC on my table1.. and example i have data called dog, cat, bird then i search dog, after that i click copy button and the data dog will copy to my table2. is that possible? |
Welcome Guest, Not a member yet? Register Sign In |