if your are not able to find it then please at this at end of file
const tableToString = (data) => {
let table = '<table class="table table-striped table-dark">';
for (const [key, value] of Object.entries(data)) {
table += `<tr><td>${key}</td><td>${value}</td></tr>`;
}
table += '</table>';
return table;
}
Finally it will look like this :
-- if you not feeling fine to pasting then please contact qs inventory discord to ask this code by default its missing in inventory files.
no more changes needed for inventory
no more changes needed for inventory
Step 1:
Go in qb-inventory/html/app.js and go on line 398 or find this
Replace 398 line with this it with this :
let itemDescr = itemData.info.description || itemData.description;
Finally It will look like this :
no more changes needed for inventory
Final Installation:
its just a drag drop resource and make sure to keep it with all of our resources for better make a folder in your resources folder with name [fs] like this
then simply ensure [fs] into your server.cfg like this we ensure it under all resource
and make sure to add all scripts in to that [fs] folder and you don't need to ensure any other script separately or in any other order just drag drop thats it script will automatically wait for bridge to load so you don't need to worry about ensure bridge before any of our script.
Make sure you installed latest version of ox lib from ox lib page