Statutes Cited
Data license: Public court records
2 rows where cited_by = "Kassab" and filing_id = 49
This data as json, CSV (advanced)
cited_by 1
- Kassab · 2 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 270 | 49 49 | Tex. R. App. P. 7.2(b) | Requires the successor court to be given the opportunity to reconsider orders or actions of the predecessor judge before those orders can be challenged via mandamus | Kassab |
| 271 | 49 49 | Tex. Civ. Prac. & Rem. Code § 33.004 | Governs designation of responsible third parties for proportionate responsibility | Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);