Hi Hussain, We have been trying the new feature `Add Custom Page` that you have mentioned in this video using React. I want to know if is it possible to add tailwind CSS in `Add Custom Page` feature and use it for styling. let me know how to do it if possible. Thanks
used Render datatable and added button as well ,thanks for you idea, used buttonformatter to add button , can i add number card in page , ? tried with render_number_cards, but getting error number card not found
Absolutely! Report view is also built using Page API 😉 The library used for the table is: Frappe DataTable. You can check Frappe codebase for report view js file.
@@BuildWithHussain used Render datatable and added button as well ,thanks for you idea, used buttonformatter to add button , can i add number card in page , ? tried with render_number_cards, but getting error number card not found
@@BuildWithHussain thank u for the reply.. actually i have a doctype where in the list view I have to display the forms filled such that fraape.session.user= owner(column name) or fraape.session.user= reports_to(column name)
Damn bro such a smooth explanation & tutorial.
THANKS
Hi Hussain,
We have been trying the new feature `Add Custom Page` that you have mentioned in this video using React.
I want to know if is it possible to add tailwind CSS in `Add Custom Page` feature and use it for styling.
let me know how to do it if possible.
Thanks
Hi 👋
You can follow tailwindcss docs for getting it running in normal sites. It should just work.
used Render datatable and added button as well ,thanks for you idea, used buttonformatter to add button , can i add number card in page , ? tried with render_number_cards, but getting error number card not found
can i add table like report view or list view in page?
Absolutely! Report view is also built using Page API 😉
The library used for the table is: Frappe DataTable.
You can check Frappe codebase for report view js file.
@@BuildWithHussain used Render datatable and added button as well ,thanks for you idea, used buttonformatter to add button , can i add number card in page , ? tried with render_number_cards, but getting error number card not found
can we do this in frappe 14 version ?
Yes 👍
how to use many to many relationship in frappe ?
Hi 👋🏼
You can use the concept of a junction table (or DocType in Frappe's case). Or you can post your specific question here: discuss.frappe.io
❤
please help me with frappe list view : frappe.route_options = {
"$or": [
{ "owner": frappe.session.user },
{ "reports_to": frappe.session.user }
]
};
Can you post your question after elaborating a bit here: discuss.frappe.io?
@@BuildWithHussain thank u for the reply.. actually i have a doctype where in the list view I have to display the forms filled such that fraape.session.user= owner(column name) or fraape.session.user= reports_to(column name)
I have posted there also
@@BuildWithHussain can u please help