creativetimofficial / ct-soft-ui-dashboard-pro

Soft UI Dashboard Pro - Bootstrap 5 Admin
34 stars 6 forks source link

Failing to dynamically load data onto the simple-datatables dataTable with Vuejs #52

Closed amayendesa closed 1 year ago

amayendesa commented 1 year ago

G

I'm failing to load data onto the simple-tables dataTable using Vue.

### Vue template below;

`

Max Value Fixed Charge Percentage Charge Remitting Agent Fixed Commission Redeeming Agent Percentage Commission Action
{{ band.maxValue }} {{ band.fixedCharge }} {{ band.percentageCharge }} {{ band.remittingAgentFixedCommission }} {{ band.redeemingAgentPercentageCommission }}
Max Value Fixed Charge Percentage Charge Remitting Agent Fixed Commission Redeeming Agent Percentage Commission Action
        </div>`

Js for getting data below;

await axios .get('/agency_banking/remitt/api/v1/all-bands') .then(response => { this.all_bands = response.data }).catch(e => { console.log(e) })

github-actions[bot] commented 1 year ago

@amayendesa this issue was automatically closed because it did not follow the bellow rules:


IMPORTANT: Please use the following link to create a new issue:

https://www.creative-tim.com/new-issue/soft-ui-dashboard-pro

**If your issue was not created using the app above, it will be closed immediately.**

Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
👉  https://www.creative-tim.com/bundles
👉  https://www.creative-tim.com

groovemen commented 1 year ago

Hello @amayendesa,

Thank you for using our products, please open the issue on this repo if you are using the Vue product version.

Cheers, Stefan