erdkse / adminlte-3-vue

Vue 3.4.27 start-up project with AdminLTE 3.2.0 template
https://erdkse.com/projects/preview/adminlte-vue
MIT License
248 stars 115 forks source link

Are there more page examples? I want to learn it, say load a list of data. #40

Open nuomiaa opened 2 years ago

nuomiaa commented 2 years ago

Are there more page examples? I want to learn it, say load a list of data.

nuomiaa commented 2 years ago

How do I bind this table? @erdkse image

luylucas10 commented 2 years ago

I'll need to replace jquery plugins for vue-plugins like: vue-table, vue-good-table or can implement yours from scratch (it's good for learning vue)

erdkse commented 2 years ago

@luylucas10 what do you mean by yours? There is no jquery plugin implemented in this dashboard version currently.

olufemioyedepo commented 1 year ago

How do I bind this table? @erdkse image

I have a solution but have you found a way around this?

luylucas10 commented 1 year ago

Seeing this image example, apparently he is trying to use to use jquery to build a table, not a vue plugin. If trying to build a vue component to bind data is good to learn.