Logo

dev-resources.site

for different kinds of informations.

Quasar Q-Table Row Spanning

Published at
2/8/2024
Categories
vue
quasar
beginners
programming
Author
emadhanna
Categories
4 categories in total
vue
open
quasar
open
beginners
open
programming
open
Author
9 person written this
emadhanna
open
Quasar Q-Table Row Spanning

Hello, I tried to create a page that will retrieve data from Django Backend Application. And the frontend is built using Vue.Js 3 and Quasar Latest version.
Here is a sample of my data:
[
{
"rule_id": "1",
"spa_group_id": "100",
"range": [
{
"id": 1,
"from_risk_score": "100",
"to_risk_score": "150",
"collection_path_dg": "100",
"spa_group_id": "100"
}
]
},
{
"rule_id": "2",
"spa_group_id": "200",
"range": [
{
"id": 2,
"from_risk_score": "200",
"to_risk_score": "250",
"collection_path_dg": "100",
"spa_group_id": "200"
}
]
},
{
"rule_id": "3",
"spa_group_id": "300",
"range": [
{
"id": 3,
"from_risk_score": "300",
"to_risk_score": "350",
"collection_path_dg": "200",
"spa_group_id": "300"
},
{
"id": 4,
"from_risk_score": "400",
"to_risk_score": "450",
"collection_path_dg": "300",
"spa_group_id": "400"
},
{
"id": 5,
"from_risk_score": "400",
"to_risk_score": "450",
"collection_path_dg": "300",
"spa_group_id": "500"
}
]
},
]

As you may see that the data is grouped by two fields "rule_id" and "spa_group_id". I'm trying to show the data using Quasar Framework.

How can I get it done right with the ability to filter data by values from specific columns and allowing to sort the data?

quasar Article's
30 articles in total
Favicon
HMR refreshes browser with every change
Favicon
How to create a pronunciation assessment App (Part 2)
Favicon
QRow and QCol not available
Favicon
All Online Tools in β€œOne Box”
Favicon
Quasar Q-Table Row Spanning
Favicon
Quasar Prime Admin Template (Quasar 2/Vue 3 - Typescript & Javascript both versions)
Favicon
Quasar checkbox issue
Favicon
Mithril JS + Quasar CSS + mithril stream + UI (pages) -> real app
Favicon
Getting started with Supabase and Quasar v2
Favicon
Quasar Minimalist Design
Favicon
Quasar: Send email with custom data from web app without backend
Favicon
Quasar 2 with Nuxt3 (Starter Template)
Favicon
Need help building podcast app
Favicon
Open source templates using Quasar framework/Vue.js
Favicon
How to Build a Quasar QR Code Scanner with Capacitor
Favicon
KeywordFinder
Favicon
Mithril JS + Quasar CSS? Here is the proof.
Favicon
Part 6: Styling the chat widget
Favicon
Part 2:Unified SVG icons with Vite, Vue 3, Quasar and Pinia
Favicon
Using Quasar with Vue3 & Storybook
Favicon
Part 1:Unified SVG icons with Vite, Vue 3, Quasar and Pinia
Favicon
Vue 3 + Vite + TypeScript + Quasar issue
Favicon
Vue3 + Quasar 2.1 + TypeScript Sample CRUD Application Project
Favicon
Quasar's QTable: The ULTIMATE Component (5/6) - Styling EVERYTHING!!!
Favicon
Quasar's QTable: The ULTIMATE Component (4/6) - ALL The Slots!
Favicon
Quasar's QTable: The ULTIMATE Component (3/6) - Loading State, Pagination, and Sorting
Favicon
Quasar's QTable: The ULTIMATE Component (2/6) - Expandable Rows and Selectable Rows
Favicon
Quasar's QTable: The ULTIMATE Component (1/6) - Setup, Data and Columns!
Favicon
How to apply auto routes like Nuxt.js on Quasar v2
Favicon
Episode 1 Of "The Quasar Show" goes live on Thursday

Featured ones: