No point in giving the URL as you have to pay to be member, but I bought this as I assumed we could lock certain cells and allow users to edit only one cell in each row.
Basically I want to do this:
Lesson name: Completed (Yes/No) (Name of the lesson - fixed cell) Editable Yes/No select
I need the name of the lesson to be fixed for all users - the only 'unique' section is the yes/no, which of course would differ between each user.
Sorry if this is obvious, but I have looked through the documentation and cannot get this to work!
All I want to do (initially at least) is have 2 columns.
Column 1
Column 2
The present simple Lesson
(Choice of just yes/no)
The present simple - TEST Quiz
(Choice of just yes/no)
The past simple Lesson
(Choice of just yes/no)
The past simple - TEST Quiz
(Choice of just yes/no)
The present continuous Lesson
(Choice of just yes/no)
The present continuous - TEST Quiz
(Choice of just yes/no)
I want column 1 to be fixed and unchangeable - the same for every student. However, I want them to be able to change the yes no column for their own login (so each user will have their own record of what lessons they have completed).
I just can't seem to get this to work! What would it cost for you to set this up for me?
Unfortunately at the moment there’s no built-in solution in that format, but you can achieve that if you change the table. So you made one column with userid like in the documentation,and other columns can be Lessons.
After that for every Lesson column you set editor input type select box with predefined values Yes and No.
So when the users will insert the data they will see all Lessons and they will have option Yes or NO. Every user will see only own data, but use can use then that mysql table that will be made when you make this table(you can find name of that table in field MySQL table name for editing on EDITING tab in table settings) and make new table from query
Hi,
No point in giving the URL as you have to pay to be member, but I bought this as I assumed we could lock certain cells and allow users to edit only one cell in each row.
Basically I want to do this:
Lesson name: Completed (Yes/No)
(Name of the lesson - fixed cell) Editable Yes/No select
I need the name of the lesson to be fixed for all users - the only 'unique' section is the yes/no, which of course would differ between each user.
Is this possible?
Thanks
HI impact2013,
Thank you for your purchase.
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
You have option Editor input type for every column on EDITING tab in column settings where you can choose None so that columns will not be editable.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hi Milan.
Thanks for getting back to me :)
Sorry if this is obvious, but I have looked through the documentation and cannot get this to work!
All I want to do (initially at least) is have 2 columns.
Column 1
Column 2
The present simple Lesson
(Choice of just yes/no)
The present simple - TEST Quiz
(Choice of just yes/no)
The past simple Lesson
(Choice of just yes/no)
The past simple - TEST Quiz
(Choice of just yes/no)
The present continuous Lesson
(Choice of just yes/no)
The present continuous - TEST Quiz
(Choice of just yes/no)
I want column 1 to be fixed and unchangeable - the same for every student. However, I want them to be able to change the yes no column for their own login (so each user will have their own record of what lessons they have completed).
I just can't seem to get this to work! What would it cost for you to set this up for me?
Thanks!
Patrick
Hi impact2013,
Unfortunately at the moment there’s no built-in solution in that format, but you can achieve that if you change the table. So you made one column with userid like in the documentation,and other columns can be Lessons.
After that for every Lesson column you set editor input type select box with predefined values Yes and No.
So when the users will insert the data they will see all Lessons and they will have option Yes or NO. Every user will see only own data, but use can use then that mysql table that will be made when you make this table(you can find name of that table in field MySQL table name for editing on EDITING tab in table settings) and make new table from query
SELECT * FROM table_name
and you will see all the data from all users.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables