-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add title property to ATable column so the presented text can be different from the key in the data #206
Conversation
✅ Deploy Preview for anu-vue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi. Is there anything specific in the code stopping this from being merged so i can fix? |
I added an example to it too. |
Hi @yooneskh Sorry I was busy lately with python. I'll review this soon. |
@jd-solanki thank you. is it ok if i do other prs too? |
Yes, Why not. I just want let you know what I'll be focusing more on python in near future. So, if you would like to maintain this project better, I'm more than happy to get a contributor. I've some great plans for next major version of anu but I don't have enough bandwidth to work fully on it. |
I love how this project is structured. What has worried me is this issue If it really be possible to load only the used components and styles, i would love to contribute to this project. Can you please take a look at it? Thanks |
Hi @yooneskh Sorry to say but I have reverted some of the commits which might accidently got into your PR and PR have too many changes. I'm making this fix via separate commit. |
@jd-solanki thats ok but the example got deleted. Should i make another pr for that? |
Oh, sorry for that. Don't worry I'll add it. |
Hi, thanks for your great work.
I noticed in the ATable, we cannot have a separate column text than what is the key in the data and this is very limiting.
I went ahead and added that to the code, sorry for not discussing it before.
Rigth now the only alternative is to override the slot for each header and render a separate text.